.marquee-container{background:transparent;overflow:hidden;position:relative;width:100%}.marquee-content{animation:marquee-scroll-right 100s linear infinite;display:flex;width:max-content;will-change:transform}.marquee-container:hover .marquee-content{animation-play-state:paused}.marquee-item{flex-shrink:0;padding:0 15px}.marquee-item img{border-radius:4px;max-height:550px;object-fit:cover;width:auto}@keyframes marquee-scroll-right{0%{transform:translateX(-33.333%)}to{transform:translateX(0)}}.image-marquee{&.layout-2{.marquee-item{max-width:350px;img{max-height:450px;width:100%}}}}