@media screen and (max-width:1024px){.carousel-inner{animation:carouselAnimation 16s linear infinite;display:flex}.carousel{overflow:hidden}.carousel-inner img{margin-right:10px;width:200px}}@keyframes carouselAnimation{0%{transform:translate(100px)}to{transform:translate(-1000px)}}
