/* pdxrelocate.com mobile-friendliness patch (phase 1)
   Lightweight, low-risk fixes layered on top of the existing fixed-width
   table layout. Full responsive rebuild is a separate, larger project --
   this just keeps images from overflowing and improves small-screen
   readability in the meantime. */

img { max-width: 100%; height: auto; }

@media (max-width: 1024px) {
  body { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
}

@media (max-width: 480px) {
  body { font-size: 105%; }
}
