body {
  background-image: url(images/Sorry-Closed.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
}

@media only screen and (max-width: 767px) {
body {
    background-image: url(images/Sorry-Closed_mobile.jpg);
  }
}

@media only screen and (max-width: 360px) {
body {
    background-image:url(images/Sorry-Closed_small.jpg);
	background-position: top center;
  }
}