@media (max-width: 768px) {
  body {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}