@keyframes slide{0%{transform:translate(0)}50%{transform:translate(-100%)}to{transform:translate(0)}}.animate-carousel{animation-name:slide;animation-timing-function:linear;animation-iteration-count:infinite}.animate-carousel:hover{animation-play-state:paused}
