.parallax 1 {  	
	background-image: url("https://gvbcnc.org/wp-content/uploads/2020/01/crop-0-0-4626-3168-0-crop-0-0-4626-3168-0-smiling-women-and-men-sitting-on-green-grass-1231230.jpg");
height: 100%; 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left:-620px;
margin-right:-620px;
}
 
.parallax-content { 
width:600px;
margin:0 auto;
color:#FFF;
padding-top:300px; 
}

.parallax 2 {  
background-image: url(https://gvbcnc.org/wp-content/uploads/2020/01/2B9E1981-B787-4BD6-A21A-A949CE1CBAE7.jpeg);
height: 100%; 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left:-620px;
margin-right:-620px;
}
 
.parallax-content { 
width:600px;
margin:0 auto;
color:#FFF;
padding-top:300px; 
}

.parallax3 {  
background-image: url(https://gvbcnc.org/wp-content/uploads/2021/07/4A6CE3C7-CBCC-488D-A4CD-D83BE5A74DB0.jpeg);
height: 100%; 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left:-620px;
margin-right:-620px;
}
 
.parallax-content { 
width:100%;
margin:0 auto;
color:#FFF;
padding-top:300px; 
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
		.parallax {
			background-attachment:
				inherit;
		}
}

	and (-webkit-min-device-pixel-ratio: 1) {
			.parallax2 {
				background-attachment:
					inherit;
			}
}

@media only screen
	and (min-device-width: 768px)
	and (max-device-width: 1024px)
	and (-webkit-min-device-pixel-ratio: 1) {
			.parallax3 {
				background-attachment:
					inherit;
			}
}

@media only screen and (max-width:700px) {
  .parallax {
    background-attachment: inherit;
  }
}

@media only screen and (max-width:700px) {
  .parallax2 {
    background-attachment: inherit;
  }
}

@media only screen and (max-width:700px) {
  .parallax3 {
    background-attachment: inherit;
  }
}