/* Preserve the original balanced hero while keeping faces visible on wide screens. */
@media (min-width: 1001px) {
  .hero-photo > img {
    object-position: 50% 10%;
  }
}
