.collection-hero {
  display: flex;
}

.collection-hero img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 4.5;
  object-fit: cover;
  border-radius: 1.2rem;
}

@media screen and (max-width: 990px) {
  .collection-hero img {
    aspect-ratio: 4 / 3.5;
  }
}
