/* Hounworks — homepage custom tweaks (reconstructed; light-touch, non-destructive) */

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

/* keep portfolio thumbnails from overflowing their cell on small screens */
#portfolio-area article .hw-image img { display: block; width: 100%; }

@media (max-width: 700px) {
  section.container { padding-left: 16px; padding-right: 16px; }
}
