.marquee{width:100%;overflow:hidden}.marquee__track{width:-webkit-max-content;width:max-content;animation:marqueeScroll var(--marquee-duration,60s) linear infinite;display:flex}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.image-slider__item{flex:none;margin-right:20px}.image-slider__item-inner img{object-fit:cover;width:319px;height:231px}