
.swiper-coverflow.swiper {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.swiper-coverflow .swiper-slide {
  background-position: center;
  background-size: cover;
  max-height:100vh;
}

img.coverflow-image {
  display: block;
  width: 100%;
}
.swiper-coverflow .swiper-slide {
  background-position: center;
  background-size: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .swiper-coverflow .swiper-slide {
    max-height: 100vh!important;
    width: 80%!important;
  }

}
