@media only screen and (min-width: 993px) and (max-width: 1200px) {
  #scrollBox {
    visibility: hidden;
    position: absolute;
    opacity: 0;
  }

  #opLocatieBox img {
    height: 300px;
  }

  #opLocatieText p {
    max-width: 375px;
  }

  #opLocatieText button {
    margin-top: 25px;
  }

  #socialsBox {
    margin-bottom: 50px;
  }
}
