/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2023 | 08:49:26 */
.swiper-slide-inner {
    width: 90rem;
}
@media screen and (max-width: 1440px) {
    .swiper-slide-inner {
		padding-right: 0;
		padding-left: 0;
        width: 80rem;
    }
}
@media screen and (max-width: 1280px) {
    .swiper-slide-inner {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .swiper-slide-inner {
        max-width: 100%;
    }
}