.site-name {
    display: none;
}
@media screen and (min-width: 1387px) {
    .site-logo img {
        width: unset;
        height: 90px !important;
        padding: 10px;
    }
}
@media screen and (min-width: 992px) {
    #section-header a.site-logo, #section-header .search-toggle, #section-header .dexp-menu-toogle {
        line-height: unset;
    }
}
@media screen and (min-width: 992px) and (max-width: 1386px) {
    .site-logo img, a.site-logo {
        width: unset;
        height: 60px !important;
        padding: 4px;
    }
}
@media screen and (max-width: 991px) {
    .site-logo img {
        height: 60px !important;
        width: 100%;
        padding-left: 8px;
    }
}