.gameDiv #mobiles {
	display: none;
	position: absolute;
	top: 65%;
	text-align: center;
	width: 100%;
}
.gameDiv {
	position:relative;
	padding-top:55.5%;
	background:none;
}
.gameDiv .webgl-content {
	width:100%;
	height:100%;
	overflow:hidden;
}
.webgl-content .logo.VR {
	background: url(/wp-content/themes/Divi-VR/img/icon-chargement-vr.png) no-repeat center / contain;
	width: 20%;
	height: 13%;
	top: 88.1%;
	left: 94.4%;
	opacity: 0.8;
	filter: drop-shadow(2px 3px 2px #222);
    -webkit-filter: drop-shadow(2px 3px 2px #222);
}
.webgl-content .progress.VR {
	background: url(/wp-content/themes/Divi-VR/img/icon-chargement-cercle.png) no-repeat center / contain;
    transform: rotate(0deg);
	margin: 0;
	height: 12.5%;
	left: 87.9%;
	top: 81.8%;
	width: 13%;
    opacity: 0.9;
    filter: drop-shadow(0px 0px 3px #222);
    -webkit-filter: drop-shadow(0px 0px 3px #222);
}
.webgl-content .progress.VR .empty {
	display: none;
	background: none;
}
.webgl-content .progress.VR .full {
	display: none;
	background: #dc036b;
}
.webgl-content .footer {
	display: none;
}
.webgl-content .footer .fullscreen.VR {
	cursor: pointer;
	background-image: url('/wp-content/themes/Divi-VR/img/fullscreen.VR.png');
}
