#parallax-header { 
	height:100%; background-color:gray; 
 }
#parallax {
	position:relative; overflow:hidden; width:100%; height:100%;
}
.parallax-viewport {
	position: absolute;     /* relative, absolute, fixed */
	overflow: hidden;
}
.parallax-layer {
	position: absolute;
}