.hero-image--image {
  height: 100svh;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-image--image {
    height: unset;
    aspect-ratio: 12 / 5;
  }
}