.page-cross {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 1;
}

#fullscreen-menu .page-cross {
    position: absolute;
}

.site-main .page-cross {
    top: -80px;
    left: 0;
    z-index: 0;
}

#crossCanvas {
    width: 100%;
    height: 100%;
} 

@media (max-width: 1024px) {
    .page-cross {
        display: none;
    }
}