	.preloader-container {
		height:100%;
	}

	.first, .second, .third {
		height: 33.333333%;
	}

	.height-100 {
		height:100%;
	}

	#video-back {
		position: fixed;
	    right: 0;
	    bottom: 0;
	    min-width: 100%;
	    min-height: 100%
	}

	.video-cover {
		display: inline-block;
		width: 100%;
		height: 100%;
		background-image: url("/assets/preloader/5x5.png");
		background-repeat: repeat;
		background-color: rgba(0, 0, 0, 0.35);
		position:fixed;
		left:0;
		top:0;
	}

	.centered-content {
		margin: auto auto;
		height:100%;
		position: relative;
		padding: 30px;
	}

	#animation_container {
		display: block;
		margin: auto;
		background-color:rgba(255, 255, 255, 0.00); 
		width: 100px;
		height: 100px;
	}

	#Logo {
		position: absolute; 
		display: block; 
		background-color:rgba(255, 255, 255, 0.00);
		width: 100px;
		height: 100px;
		animation: pulse 1s alternate infinite ease-in;
	}
	
	@keyframes pulse {
		  0%   {transform: scale(.8);}
		  100% {transform: scale(1.1);}
	}

	#dom_overlay_container {
		pointer-events:none; 
		overflow:hidden; 
		width:100px; 
		height:100px; 
		position: absolute; 
		left: 0px; 
		top: 0px; 
		display: block;
	}

	.content {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 600px;
		text-align: center;
		padding: 10px 14px;
		position: relative;
	}

	.loader-text {
		font-size: 18px;
		color: #bbb;
	}

	.spacer {
		display: none;
	}
