#st-background-style-area {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -9999;
	background: transparent;
}
#st-background-style-area > .gallery,
#st-background-style-area > .video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -9999;
}
#st-background-style-area .galleria-theme-classic .galleria-stage {
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;	
}
#st-background-style-area .galleria-image-nav {
	opacity: 0;
	filter: alpha(opacity=0);
}
/*HTML5 player*/
#big-video-wrap{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#big-video-wrap #big-video-vid,
#big-video-wrap #big-video-vid video{
	width: 100% !important;
	height: auto !important;
	left: 0 !important;
}