#wrapper {
    display:none;
  }
  @media only screen and (min-width: 1100px) {
    body {
      border-top: initial !important;
    }
  }