body .main-holder {
	overflow: hidden;
	position: static;
}
.parallax-box {
	position: relative;
}
.parallax-content {
	position: relative;
	z-index: 2;
}
.parallax-bg {
	position: absolute;
	overflow:hidden;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.parallax-bg-inner {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width:none;
}
section.video-parallax-box {
	min-height: 700px;
}
section.video-parallax-box .parallax-bg:before {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:url("../images/grid.png");
	z-index:1;
	content:"";
}
section.parallax_section .parallax_inner .parallax_media {
	position: absolute;
}
section.parallax_section .parallax_inner video{
	max-width: inherit;
	top: 0;
	left: 0;
}