@media screen and (min-width: 60em){
.md-sidebar--secondary:not([hidden]) {
    display: none;
}
}