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

