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

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

