body {
  background: url(image_jreast2.png) center center / cover no-repeat fixed;
}

@media only screen and (max-width: 767px) {
  body {
    background-image: url(image_jreast2.png);
  }
}