
body {background:url(../images/project1.jpg);
	background-attachment:fixed;
	background-size:cover;
}

@media screen and (max-width:767px) {
body {background:url(../images/project1-m.jpg) no-repeat;
}
}

