@charset "utf-8";
/* CSS Document */

.parallax1 {
	background-image: url(../images/image-01.jpg);
	overflow: auto;
padding: 8% 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
 @media all and (max-width: 1024px) {
 .parallax1 {
overflow: auto;
padding: 8% 0%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center center;
background-attachment: scroll;
width: 100%;
height: 100%;
}
}