.hero-carousel-section {
  width: 100%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  aspect-ratio: auto;
}

.hero-carousel-section .hero-carousel-container,
.hero-carousel-section .carousel-slide {
  height: 100%;
}

.hero-carousel-section .carousel-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hero-carousel-section {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
  }
}

