@media only screen and (max-width: 767px) {
  body,
  div {
    background-attachment: scroll !important;
  }
}
