.features-box .image-slider-box:after,
.features-box .image-slider-box:before {
    width: 100%;
}
.is-style-mtopebot {
	margin-top: 60px;
}
@media (max-width: 414px) {
    .media-box.radius-60 {
        max-width: 90% !important;
    }
    .features-box .image-slider-box:after,
    .features-box .image-slider-box:before {
        width: 91% !important;
    }
}
.swiper-wrapper .features-box .image-slider-box {
    position: relative;
    border-radius: 60px;
    margin-bottom: 80px;
}
.swiper-wrapper .features-box .image-slider-box::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #ebebeb;
    border-radius: inherit;
    bottom: -135px;
    transform: scale(0.75);
    left: 0;
}
.features-box .image-slider-box::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #d2d2d2;
    border-radius: inherit;
    bottom: -75px;
    transform: scale(0.85);
    left: 0;
}
