#thb-full-background,
#thb-full-background .slide { position: absolute; display: block; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }

#thb-full-background img,
#thb-full-background iframe,
#thb-full-background div.thb_video_selfhosted,
#thb-full-background div.thb_video_selfhosted video { position: relative; display: block; visibility: hidden; opacity: 0; }

#thb-full-background.thb-loaded img,
#thb-full-background.thb-loaded iframe,
#thb-full-background.thb-loaded div.thb_video_selfhosted,
#thb-full-background.thb-loaded div.thb_video_selfhosted video { 
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible; 
}

#thb-full-background img,
#thb-full-background iframe,
#thb-full-background div.thb_video_selfhosted,
#thb-full-background div.thb_video_selfhosted video {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

#thb-full-background .slide .mejs-thb {
	width: 100% !important;
	height: 100% !important;
}