

body {
    margin: 0px;
    overflow: hidden;
	background: #fff;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background: #fff;
	border: 1px solid #e20813;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.v3d-simple-preloader-logo {
    background-image: url('media/logo_avdb.jpg');
    background-size: contain;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

.tooltip {
    position: relative;
    top: 10%;
    display: block;
    width: 40%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border: 15px none #ffd549;
    background-image: -webkit-linear-gradient(270deg, #fff2cf, #fff2cf);
    background-image: linear-gradient(180deg, #fff2cf, #fff2cf);
    box-shadow: 10px 0 26px 0 rgb(0 0 0 / 83%);
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
