
#container3D {
    position: fixed;
    inset: 0;
    /* background-color: red; */
    z-index: 100;
    pointer-events: none;
}

@media screen and (max-width: 767px){
 
    #container3D {
        position: absolute;
    }
}