@media(max-width: 992px) {
  #sidebar {
      display: none !important;
  }
  .nine.columns {
      position: relative !important;
  }
}