body {
  background-image: url("bg-2.png");
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-attachment: fixed;
}
@media only screen and (max-width: 567px) {
  body {
    background-image: url("bg-mobil.png");
  }
}