#scrollWrapper {
  height: 20vh;
}
@media only screen and (min-width: 780px) {
  #scrollWrapper {
    height: 200px;
  }
}