@media only screen and (max-width: 1230px) {
  html {
      background-size: cover;
	  background-image:url(../img/default.jpg);
	  background-repeat:no-repeat;
	  background-attachment:fixed
  }
}