:root {
    --bb-header-height:150px;
    --bb-header-height-sticky:100px;
    --bb-logo-height:55px;

    --bb-mobile-menu-width:400px;
}
@media only screen and (max-width:1180px) {
    :root {
        --bb-header-height:65px;
        --bb-header-height-sticky:var(--bb-header-height);
        --bb-logo-height:40px;
    }
}