
/*.swiper-entry:hover .swiper-custom-right {
    right: -31px;
    left: inherit;
}
.swiper-entry:hover .swiper-custom-left {
    left: -31px;
    right: inherit;
}
.swiper-entry .swiper-custom-right {
    right: -105px;
    left: inherit;
}
.swiper-entry .swiper-custom-left {
    left: -105px;
    right: inherit;
}
.post-type-archive-projects .swiper-entry:hover .swiper-custom-right {
    right: 0;
    left: auto;
}
.post-type-archive-projects .swiper-entry:hover .swiper-custom-left {
    left: 0;
    right: auto;
}
@media screen and (min-width: 1200px) {
    .rtl .swiper-entry:hover .swiper-custom-right {
        right: -31px;
        left: inherit;
    }
    .rtl .swiper-entry:hover .swiper-custom-left {
        left: -31px;
        right: inherit;
    }
    .rtl .swiper-entry .swiper-custom-right {
        right: -105px;
        left: inherit;
    }
    .rtl .swiper-entry .swiper-custom-left {
        left: -105px;
        right: inherit;
    }
}*/