.swiper{width:auto;height:100%}.swiper,.swiper-slide{display:flex;align-items:center;justify-content:center}.swiper img{display:block;margin:0 auto;max-width:100%}@media (max-width:768px){.swiper{padding:10px}.swiper,.swiper-slide{width:100%;height:auto;flex-direction:column}.swiper-slide{justify-content:flex-start;align-items:center;padding:15px}.swiper img{width:80%;height:auto}}.animated-path{fill:none;stroke:#fff;stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw 10s linear infinite}@keyframes draw{to{stroke-dashoffset:0}0%{stroke-dashoffset:1000}}