@keyframes smoothScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.image-slider-wrapper{width:100%;overflow:hidden;position:relative}.image-slider{display:flex;width:200%;animation:smoothScroll 20s linear infinite}.image-slider div{flex-shrink:0}