.swiper-ltr,
.swiper-rtl {
 width: 90%;
 margin: 30px auto;
}

.swiper-ltr .swiper-slide,
.swiper-rtl .swiper-slide {
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: bold;
 box-shadow: 0px 0px 40px 0px #ccc;
 border-radius: 25px;
}

.swiper-ltr img,
.swiper-rtl img {
 height: 600px;
 width: 100% !important;
}

.swiper-rtl {
 direction: rtl;
}