.carousel-wrapper{position:relative;overflow:hidden}.carousel-track{display:flex;width:max-content;animation:scroll-left 40s linear infinite}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}