@media screen and (max-width: 767px) {
  #sideBar {
    display: none;
  }
}
#header{ display: none; }