/* Desktop */
@media screen and (min-width: 76.25em) {
  .md-sidebar--secondary { display: none !important; }
}
/* Mobile */
@media screen and (max-width: 76.24em) {
  .md-nav--secondary { display: none !important; }
}
