body, html{
	position:relative;
	height:100%;
	background: url(../images/background.jpg) no-repeat center center fixed #022dd2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#gallerybox {
	background:url(../images/bodypattern.png);
}

.swiper-content .movie-pic {
	margin-top:0;
	max-height:100%;
	max-width:100%;
}
