.carousel{display:flex;overflow:hidden;width:100%}.carousel-slider{animation:scroll 10s linear infinite;display:flex;width:max-content}.carousel-slide{flex:0 0 auto;height:200px;width:100%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}