/* Hide left-hand sidebar in desktop view */
@media screen and (min-width: 76.25em) {
  .md-sidebar--primary {
    display: none !important;
  }

  .md-content {
    margin-left: 0;
  }
}
