.art-gsap-container {
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}

.art-gsap-media-wrap {
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    will-change: opacity; /* Ottimizza il rendering del fade di apparizione */
}

.art-gsap-video,
.art-gsap-canvas {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.art-gsap-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.art-gsap-fade-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
}

.art-gsap-content-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: -100vh;
    padding-top: 15vh;
}

#ajax-content-wrap,
.container-wrap {
    overflow: visible !important;
    transform: none !important;
}
