.SR_parallax1{
	height:100vh;
	overflow-x:hidden;
	overflow-y:auto;
	perspective:2px;
	-webkit-perspective:2px;
    text-align:center;
}
@media screen and (max-width:750px) {
	.SR_parallax1{
		/*margin-top:50px;*/
	}
}
.SR_parallax_layer1{
	/*
	position:absolute;
	top:0;
	right:0px;
	bottom:0;
	left:0;
	margin:0px;
	padding:0px;
	*/
}




.SR_parallax_photo {
	width:2600px;
	margin-left:-1300px; /* width/2  */
}

.SR_parallax_photo_2200 {
	width:3100px;
	margin-left:-1530px; /* width/2  */
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}



.SR_parallax_bg1 {
	position:absolute;
	top:-25.5%;
	z-index:-1;
	left:50%;
    transform:translateZ(-1px) scale(1);
}
@media screen and (max-width:1300px) {
	.SR_parallax_photo {
		width:100% !important;
		margin-left:-12.5%;
		margin-top:0;
	}

	.SR_parallax_photo_2200 {
		width:130% !important;
		margin-left:-12.5%;
		margin-top:0;
	}

	.SR_parallax_bg1 {
		z-index:-1 !important;
		width:195% !important;
		left:-35% !important; /* -25% */
		position:absolute !important;
		transform:translateZ(-1px) scale(1) !important;
		-webkit-transform:translateZ(-1px) !important;
	}
}
@media screen and (max-width:950px) {
	.SR_parallax_photo_2200 {
		width:140% !important;
		margin-left:-16%;
		margin-top:0;
	}
}

@media screen and (max-width:750px) {
    .SR_parallax_bg1 {
        top:-23%;
    }

	.SR_parallax_photo_2200 {
		margin-top:-15px;
	}

}
@media screen and (max-width:500px) {
	.SR_parallax_photo{
		width:100% !important !important;
		margin-left:-12.5% !important;
		margin-top:0 !important;
	}

	.SR_parallax_photo_2200 {
		width:190% !important;
		margin-left:-40%;
		margin-top:-50px;
	}

	.SR_parallax_bg1{
        top:-18%;
		z-index:-1 !important;
		width:205% !important;
		left:-40% !important; /* -30% */
		position:absolute !important;
		transform:translateZ(-1px) scale(1) !important;
		-webkit-transform:translateZ(-1px) !important;
	}
}