/*
XO Slider: Coverflow template.
*/

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

/* 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;
}
