.scroll-image-marque-wrapper{position:relative;min-height:300vh;height:auto;width:100%;overflow:visible;display:block}.scroll-image-marque-wrapper .marquee{position:sticky;top:40%;left:0;width:100%;overflow:hidden;background:#c6ff00;color:#000;font-weight:bold;font-size:40px;padding:50px 0;opacity:0;z-index:1}.scroll-image-marque-wrapper .marquee-track{display:flex;width:max-content;animation:marquee 12s linear infinite;will-change:transform}.scroll-image-marque-wrapper .marquee-track span{white-space:nowrap;padding-right:50px}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.scroll-image-marque-wrapper .images{position:sticky;top:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:1}.scroll-image-marque-wrapper .images img{width:400px;height:480px;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.6);border-radius:16px;opacity:0;z-index:2}@media(max-width: 768px){.scroll-image-marque-wrapper{min-height:150vh}.scroll-image-marque-wrapper .images img{width:250px;height:280px}.scroll-image-marque-wrapper .marquee{font-size:24px;padding:30px 0}}