/* Custom fix for slider image and slider height on homepage */
.section-dark .swiper-slide .cover-background {
  min-height: 400px;
  max-height: 600px;
  height: 60vh;
}
.section-dark .swiper {
  min-height: 400px;
  max-height: 600px;
  height: 60vh;
}
@media (max-width: 991px) {
  .section-dark .swiper-slide .cover-background,
  .section-dark .swiper {
    min-height: 300px;
    max-height: 400px;
    height: 40vh;
  }
}
@media (max-width: 575px) {
  .section-dark .swiper-slide .cover-background,
  .section-dark .swiper {
    min-height: 200px;
    max-height: 300px;
    height: 30vh;
  }
}
