/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
}


/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.v3d-simple-preloader-logo {
    background-image: url("/image/apple-touch-icon.png");
    background-size: cover;
        width: 120px;
        height: 120px;
        background-repeat: no-repeat;
        margin: 20px auto;
    
    }