section.parallax_section {

	position:relative;

	width:100%;

	min-height: 400px;

	overflow:hidden;

}

section.parallax_section .parallax_inner {

	width: 100%;

	height: 100%;

	position:absolute;

	z-index:-1;

	top:0;

}

section.parallax_section .parallax_inner: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;

}

section.parallax_section .parallax_inner img{

	max-width: inherit !important;

}

section.parallax_section .info_alert {

	position:absolute;

	top:20px;

	background:#fff;

}

section.parallax_section .info_alert span {

	color:#000;

	display:block;

}

section.parallax_section.mobileState .parallax_inner{

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center;

}



section.fixed_parallax_section{

	position:relative;

	width:100%;

	min-height: 400px;

	overflow:hidden;

	background-size:cover;

	background-repeat:no-repeat;

	background-position: 50% 50%;

	background-attachment: fixed;

}