.features-box .image-slider-box:after,
.features-box .image-slider-box:before {
    width: 100%;
}
.is-style-default {
	margin-top:40px;
}
.is-style-mt60-mb30 {
	margin-top:60px;
	margin-bottom:30px;
}
@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;
    }
}

.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;
}
