* {
	margin: 0px;
	padding: 0px;
}                  

div.parallax {
	perspective: 1px;
	height: 100vh;
	width:100%;
	overflow-x: hidden;
	overflow-y: auto;
	perspective-origin-x: 100%;
}

div.layer {   
	position: absolute;
	top: 0;
	right: 0;
  	bottom: 0;
  	left: 0;
  	width:100%;
  	transform-origin-x: 100%;
	word-wrap: break-word;
}

div#layer1 { 
	position: absolute;
	left: 30px;
	top: 10px;
	width: 400px;
	z-index:5;
}

div#layer2 { 
	z-index:4; 
	transform: translateZ(0);
}

div#layer3 { 
	z-index:3; 
	transform: translateZ(-0.1px) scale(1.1);
}

div#layer4 { 
	z-index:2; 
	transform: translateZ(-0.2px) scale(1.2);
}

div#layer5 {
	z-index:1;
	transform: translateZ(-0.3px) scale(1.3);
}

div#video {
 	position: absolute;
	top:30px;
	left:65px;
	right:0;
	bottom:0;
	width:100%;
	height:480px; 
	z-index:3;
	transform: translateZ(-0.2px) scale(1.2);
}