#box-1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%) center top -40px / cover fixed, url("../../assets/img/decoration/Film.jpg") center top -40px / cover fixed;
  height: 25vh;
}

#box-1 p {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #box-1 p {
    max-width: 50%;
  }
}

#box-2 {
  height: 25vh;
  width: 100%;
  background-image: url("../../assets/img/decoration/Bilde.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#box-3 {
  height: 25vh;
  width: 100%;
  background-image: url("../../assets/img/decoration/Sko.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#box-4 {
  width: 100%;
  text-align: center;
  background-image: url("../../assets/img/decoration/Portrett.jpg");
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: 60vh;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  #box-1, #box-2, #box-3 {
    height: 15vh;
    background-attachment: scroll;
    background-position: center;
  }
}

@media (max-width: 768px) {
  #box-4 {
    background-attachment: scroll;
    background-size: 80%;
    background-position: center top;
  }
}

