/* Keep the photograph visible beside the introduction on tablet-width screens. */
@media (max-width: 900px) {
  .sewing-home-hero { display: block; min-height: 0; }
  .sewing-home-hero .hero-copy { padding-bottom: 3.5rem; }
  .sewing-home-hero .hero-still { height: 75vw; min-height: 0; }
}
