@media (max-width: 1180px) {
    :root {
        --top-controls-height: 0px;
        --top-controls-height-big: 0px;
        --top-nav-padding-top: 15px;
        --top-nav-padding-top-big: 15px;
        --top-nav-padding-top-small: 5px;
        --top-nav-height: 30px;
        --top-nav-padding-bottom: 15px;
        --top-nav-padding-bottom-big: 15px;
        --top-nav-padding-bottom-small: 5px;
        --community-name-height: 70px;
        --community-name-height-big: 70px;
        --community-nav-height: 0px;
        --community-nav-height-big: 0px;
        --communityname-display: flex;
    }
    #communityNavBarContainer {
        flex-wrap: nowrap;
        overflow: hidden;
        align-items: center;
    }
    #s6-communityName {
        align-items: center;
    }
    
    /* SEARCH */
    .objtype_search #s6-static {
        box-shadow: none;
    }
}