.s-carousel{background:#fff;padding:16.25vw 0;margin:0}.rotate{-webkit-animation-name:spin;-webkit-animation-duration:8s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spin;-moz-animation-duration:4s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spin;-ms-animation-duration:4s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:spin;-webkit-animation-duration:100s;animation-duration:100s;animation-iteration-count:infinite;animation-timing-function:linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media only screen and (max-width:580px){.s-carousel-container{height:140vh!important}.s-carousel-item{margin-bottom:30px}.s-carousel-slide:nth-child(3n+1) .s-carousel-item:nth-child(3n+3){margin-left:0}}