.carousel-container{overflow:hidden;position:relative;width:100%}.track-2{animation:scroll var(--duration,50s) linear infinite;display:flex;flex-wrap:nowrap;will-change:transform}.track-2 img{flex-shrink:0;margin-right:70px;max-height:50px;width:auto}@keyframes scroll-featured-by{0%{transform:translateX(0)}to{transform:translateX(calc(var(--scroll-width)*-1))}}