#content {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@media (max-width:768px){
	#content {
	background-image:none !important;
}
}