@media(max-width:991px){
.sidebar-box img {
    max-width: 120px;
    width: 30px;
    height: 20px;
}
.logo-panel img {
    display: none;
}
.menu-btn {
    position: relative;
}
.menu-btn:before {
    position: absolute;
    content: '';
    background: url(/images/00-foc/dashboard/menu-black.png);
    background-size: contain;
    width: 30px;
    height: 20px;
    color: #000;
    left: 0;
    right: 0;
    margin: auto;
    top: -2px;
    z-index: -5;
    filter: brightness(0);
}
.page-header__menu-btn .menu-btn:hover {
    background: transparent !IMPORTANT;
}
button.menu-btn {
    filter: brightness(100);
}
.menu-btn img {
    width: 30px;
    background: transparent;
    filter: opacity(0);
}
}

@media(min-width:992px){
.page-header__menu-btn {
    display: none;
}
}