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