@media only screen and (min-width: 480px), only screen and (min-device-width: 480px) {
  body {
    background-image: url('/uploads/pioneer/backgrounds/newbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
  }
}