@charset "utf-8";
.parallax {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: auto;
	min-height: 0vh;
	-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.40);
	box-shadow: inset 1px 1px 10px rgba(0,0,0,0.40);
}
#paintparallax .contentContainer { 
	width: 40vw;
	margin-left: 50vw;
}

#ecoparallax {
	background-image: url(img/save_v4.jpg);
	min-height:40vh;
}
