.webgl-content * {
    border: 0;
    margin: 0;
    padding: 0
}

.webgl-content {
	
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.small {
	width: 100%;
	height: 100%;
}
.big {
	width: 90%;
	height: 90%;
}
#loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#bgImg {
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    background-image: url('load_1.jpeg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#bgImg >img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#loader .backgroundImg {
    width: 100%;
    height: 100%;
}

#loader .logo {
    position: absolute;
    top: 55%;
    left: 41%;
    width: 150px;
    height: 150px;
}

#loader .progress {
    position: absolute;
    top: 64%;
    margin: 1.5em;
    border: 1px solid white;
    width: 60%;
}

#loader .progress .full {
    margin: 2px;
    background-color: rgba(93, 188, 227, 255);
    height: 1em;
    transform-origin: top left;
}

#loader .percent {
    position: absolute;
    top: 66.5%;
    color: #fff;
}

#loader .footer {
    position: absolute;
    top: 68%;
    color: #fff;
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
}
/* #loader .footer >div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
} */
.fullscreen {
    position: absolute;
    right: 20;
    bottom: 0;
    margin: 20px 0 0 0;
    background-image: url('fullscreen.png');
    width: 38px;
    height: 38px;
    z-index: 99;
}