.auto-scroll-wrapper{overflow:hidden;width:100%;}
.auto-scroll-track{display:flex;animation:scroll 20s linear infinite;}
.auto-scroll-track img{height:100px;margin-right:20px;}
@keyframes scroll{from{transform:translateX(0);}to{transform:translateX(-100%);}}
