/* Basic styles for GSAP Animations */

.gsap-infinite-loop-yes {
    /* Ensure it can be full screen */
    width: 100%;
    /* We don't force height: 100vh here because Elementor usually handles it, 
       but for the effect we might enforce it via JS or let the user set it. 
       However, pinning usually works best if the container is naturally sized or 100vh.
       Let's ensure overflow is hidden. */
    overflow: hidden !important;
}

.gsap-loop-clone {
    pointer-events: auto;
}