.webgl {
    
}

.webgl>img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
    z-index: 1;
}

.webgl.visible>iframe {
    visibility: visible;
}

.webgl>iframe {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1400px;
    height: 100vh;
    max-height: 524px;
    margin: 0 auto;
    /* z-index: 2; */
    /* visibility: hidden; */
}

.webgl>.ce_image {
    z-index: 100;
}
