@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(0)}to{transform:translateX(50%)}}.carousel-scroll{animation:scroll-left var(--animation-duration,20s) linear infinite;will-change:transform}[dir=rtl] .carousel-scroll{animation:scroll-right var(--animation-duration,20s) linear infinite}.carousel-scroll:hover{animation-play-state:paused}.carousel-scroll.no-pause:hover{animation-play-state:running}.carousel-image{width:94px;height:118px}@media (min-width:768px){.carousel-image{width:184.7px;height:232.58px}}