.khc-header-carousel {
  width: 100%;
  height: var(--khc-height-mobile);
  overflow: hidden;
}

@media (min-width: 768px) {
  .khc-header-carousel {
    height: var(--khc-height-desktop);
  }
}

.khc-header-carousel .khc-swiper {
  height: 100%;
  position: relative;
}

.khc-header-carousel .khc-slide,
.khc-header-carousel .khc-link {
  height: 100%;
  display: block;
}

.khc-header-carousel .khc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.khc-header-carousel .khc-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
  z-index: 20;
}