@charset "UTF-8";

body {
	width: 100%;
	height: 100% !important;
	padding: 0px;
	margin: 0px;
}

#tubular-container {

	width: 100%;
	height: 100%;
}

#tubular-player { 

}

#tubular-shield { 
	width: 100%;
	height: 100%;
	z-index: 2;
	/*position: absolute;*/
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
}

 .aikon-youtube-video {

	 left: 0px;
	 right: 0px;
	 top: 0px;
	 width: 100%;
	 height: 100% !important;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-attachment: scroll;
	 background-position: center center;
	 z-index: -1;
 }

.aikon-youtube-video .aikon-youtube-video-content {

	width: 100%;
	height: 100%;
	margin: auto;
	left: 0px;
	right: 0px;
	z-index: 3;
 }

@media screen and (max-width: 980px){
	.aikon-youtube-video-bar {
		display: none;
	}
}