@media (max-width: 719px) {
  .home-hero .hero-visual {
    aspect-ratio: 1672 / 941;
    height: auto;
    min-height: 0;
  }

  .home-hero .hero-visual > img {
    object-fit: contain;
    object-position: center;
  }
}
