@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-1750px)}}.sliders{height:100px;margin:auto;overflow:hidden;position:relative;width:100%;display:flex;align-items:center;justify-content:center}.sliders .slide-track{animation:scroll 40s linear infinite;display:flex;width:5500px}.sliders .slide{height:100px;width:250px;display:flex;justify-content:center;align-items:center}
