.vp-slider-wrapper{width:100%;overflow:hidden}.vp-slider-track{display:flex;width:max-content;animation:vp-scroll 40s linear infinite}.vp-slide{flex:0 0 auto}.vp-slide img{width:400px;height:auto;display:block}@keyframes vp-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}