/* __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: 100%;
    height: 100%;
}

.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;
    
    }