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

