section.module.parallax {
  height: 100%;
  background-position: 50% 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.content {
  padding: 20px 0;
  margin: 20px 0;
}

section.module.parallax-1 {
  background-image: url("../img/Band_line.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/studio.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/Band_front.jpg");
}

@media (max-width:1120px) {
  section.module.parallax {
    background-attachment:initial;
  }
}