.infinite-scroll-container{height:calc(100vw/19.03);overflow:hidden;display:flex;user-select:none}.infinite-scroll-track{display:flex;flex-shrink:0;align-items:center;justify-content:center;animation:scroll 50s linear infinite}.scroll-image{height:calc(100vw/19.03);width:calc(100vw/17.458);position:relative}.scroll-image:before{content:"";position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;background-image:url(/filmstrip.png);background-size:cover}.scroll-image img{width:100%;height:100%;object-fit:cover}@media (max-width:600px){.infinite-scroll-container{height:70px}.scroll-image{height:70px;width:65.4px}}@keyframes scroll{to{transform:translateX(-100%)}}