.slider-outer{width:100%;overflow:hidden}.slider-track{width:max-content;animation-name:slider-scroll;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}.slider-image{object-fit:contain;flex-shrink:0;width:171px;height:100px;margin-right:120px}@keyframes slider-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
