@media (max-width: 1099px) {
  #box-3 {
    height: 60vh;
    background-image: url("../../assets/img/kynnet4.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    display: table;
    background-attachment: inherit;
  }
}

@media (max-width: 1099px) {
  #box-7 {
    height: 60vh;
    background-image: url("../../assets/img/kuva.lashliftiin1.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    display: table;
    background-attachment: inherit;
  }
}

@media (max-width: 1099px) {
  #box-5 {
    height: 60vh;
    background-image: url("../../assets/img/hoitola.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    display: table;
    background-attachment: inherit;
  }
}

@media (max-width: 1099px) {
  #box-4 {
    height: 60vh;
    background-image: url("../../assets/img/puolikuu2.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    display: table;
    background-attachment: inherit;
  }
}

@media (min-width: 1100px) {
  #box-3 {
    height: 100vh;
    background-image: url("../../assets/img/puolikuu7.webp");
    width: 100%;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
  }
}

@media (min-width: 1100px) {
  #box-7 {
    height: 100vh;
    background-image: url("../../assets/img/kuva.lashliftiin1.jpg");
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
  }
}

@media (min-width: 1100px) {
  #box-5 {
    height: 100vh;
    background-image: url("../../assets/img/hoitola.jpg");
    background-position: center;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
  }
}

@media (min-width: 1100px) {
  #box-4 {
    height: 100vh;
    background-image: url("../../assets/img/Kauneuspalvelut_puolikuu.webp");
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
  }
}

