@media (min-width: 700px) {
  #box-3 {
    height: 120vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: table;
    background-attachment: fixed;
    background-image: url("../../assets/img/parkettiliike_makela8.jpeg");
  }
}

