@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;
	width: 100% !important;
}

#tubular-shield { 
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
}

 .aikon-youtube-video {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-attachment: scroll;
	 background-position: center center;
 }

.aikon-youtube-video .aikon-youtube-video-content {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	left: 0px;
	right: 0px;
	z-index: 3;
 }
.aikon-youtube-video-play--youtube-mobile {
	height: 100px;
	width: 100px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 200;
	cursor: pointer;
	opacity:1;
	transition: opacity 225ms;
	will-change: opacity;
}

.aikon-youtube-video-play--youtube-mobile:hover {
	opacity: 0.7;
	cursor: pointer;
}

.aikon-youtube-video-play--youtube-mobile .fa-play {
	font-size: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	color: white;
	pointer-events: none;
}
.aikon-youtube-video-container.mobile-behaviour-buttonAppended .aikon-youtube-video-play--youtube-mobile {
	position: static;
	clear: both;
    display: inline-block;
	border: none 0;
	background-color: transparent;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	line-height: 100%;
	margin: 20px 0 0 0;
    padding: 0;


	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	      -o-transition: all 0.3s ease;
             transition: all 0.3s ease;
	height: auto;
	width: auto;
    font-size: 17px;
	-webkit-transform: none;
	        transform: none;


}


.aikon-youtube-video-container.mobile-behaviour-buttonAppended .aikon-youtube-video-play--youtube-mobile .fa-play {
    font-size: 17px;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    z-index: 1;
    color: white;
    pointer-events: none;
}

@media screen and (max-width: 980px){
	.aikon-youtube-video-bar {
		display: none;
	}

	.aikon-youtube-video-container.mobile-behaviour-button .aikon-youtube-video-content {
		display: none;
	}


}

