.hero-carousel {
  width: 100%;
  height: 100dvh;
}

.hero-carousel__inner {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .hero-carousel--fixed-mobile,
  .hero-carousel--fixed-mobile .hero-carousel__inner {
    height: 100vh;
    min-height: 100vh;
  }
}
