 body {
 	background: url("../img/background.jpg") no-repeat center center fixed;
 }
 @media screen and (max-device-width: 768px) {
 	body {
 		background: url("../img/background.jpg") no-repeat center fixed;
 	}
 }