/*
XO Slider: Coverflow template.
*/

.xo-slider-template-coverflow .swiper-button-next.swiper-button-white,
.xo-slider-template-coverflow .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.xo-slider-template-coverflow .swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.xo-slider-template-coverflow .swiper-slide img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  border-radius: 10px;
}

/* Content */

.xo-slider-template-coverflow .swiper-wrapper {
  position: relative;
  width: 50%;
}

.xo-slider-template-coverflow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
