.hero-image--top {
  object-position: center top;
}

@media (max-width: 720px) {
  .hero-image--top {
    aspect-ratio: 4 / 3;
    object-position: center top;
  }
}
