.kz-category-image-slider {
  postion: relative;
  width: 100%;
  height: 90vh;
  max-height: 600px;
}

.swiper-slide{
  width: 100%;
  height: 100%;
}

.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-slide .slide-overlay{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.kz-category-image-slider__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.kz-category-image-slider__title {
  font-size: 5rem;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}

.kz-category-image-slider__caption {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .kz-category-image-slider__title {
    font-size: 3rem;
  }

  .kz-category-image-slider__caption {
    font-size: 1rem;
  }
}
