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

