@keyframes scrollCarousel{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-carousel{animation:scrollCarousel 60s linear infinite}@media (max-width:768px){.animate-carousel{animation:scrollCarousel 30s linear infinite}}