.swiper-slide .img-zoom {
    transform: scale(1);
    transition: all 8s linear;
}
.swiper-slide-active .img-zoom {
    transform: scale(1.1);
}
.swiper-slide { text-shadow: 0 0 1px #000;}

.owl-theme .owl-nav.disabled+.owl-dots { margin-top: 40px !important;}
@media screen and (max-width:480px) {
   .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 10px !important;} 
}

.mobile-navi { box-shadow: 1rem 0 2rem rgba(0,0,0,0);}
.mobile-navi.active { box-shadow: 1rem 0 3rem rgba(0,0,0,0.6);}