/* Preserve the pool in the hero crop on very wide desktop displays. */
@media (min-width: 1200px) and (min-aspect-ratio: 2 / 1) {
  .hero > img {
    object-position: center 70%;
  }
}
