/* Preserve the two women in the mobile hero crop. */
@media (max-width: 760px) {
  .hero > img {
    object-position: 83% center;
  }
}
