.scroll-container{width:100%;height:100%;position:relative}.scroll-content{will-change:transform;backface-visibility:hidden;width:200%;height:100%;animation:60s linear infinite scrollLeft;display:flex;transform:translate(0,0)}.scroll-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;flex:1;width:50%;height:100%}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.scroll-container{contain:layout style paint}@media (prefers-reduced-motion:reduce){.scroll-content{animation:none}}
