/* PARALLAX */

.keyart, .keyart_layer {
	height: 600px;
}
@media only screen and (min-width: 1600px) {
.keyart, .keyart_layer {
	height: 850px;
}
}
.keyart {
	position: relative;
	z-index: 10;
}
.keyart_layer {
	background-position: bottom center;
	background-size: 100% 600px;
	background-repeat: repeat-x;
	width: 100%;
	/*max-width: 1600px;*/
	position: absolute;
	z-index: 2;
}
@media only screen and (min-width: 1600px) {
.keyart_layer {
	background-size: 100% 850px;
}
}
.keyart_layer.parallax {
	position: fixed;
	right: 0px;
}
.parallax-l {
	top: 550px;
}
@media only screen and (min-width: 1600px) {
.parallax-l {
	top: 750px;
}
}
#keyart-0 {
/*background-image: url('images/parallax-images/Slider-Image.jpg');
	background-color: #fff;*/
}
#keyart-1 {
    background-image: url('/wp-content/themes/ghnp/assets/images/parallax-images/mt-6.png');
}
#keyart-2 {
    background-image: url('/wp-content/themes/ghnp/assets/images/parallax-images/mt-5.png');
}
#keyart-3 {
    background-image: url('/wp-content/themes/ghnp/assets/images/parallax-images/mt-4.png');
}
#keyart-4 {
    background-image: url('/wp-content/themes/ghnp/assets/images/parallax-images/mt-3.png');
}
#keyart-5 {
    background-image: url('/wp-content/themes/ghnp/assets/images/parallax-images/mt-2.png');
}
#keyart-6 {
    background-image: url('/wp-content/themes/ghnp/assets/images/parallax-images/mt-1.png');
}
#keyart-scrim {
	/*background-color: #fff;*/
	opacity: 0;
}
