:root {
    --bcnb-header-height:100px;
    --bcnb-header-height-sticky:var(--bcnb-header-height);
    --bcnb-logo-height:49px;

    --bcnb-mobile-menu-width:425px;
}
@media only screen and (max-width:1180px) {
    :root {
        --bcnb-header-height:65px;
    }
}
@media only screen and (max-width:480px) {
    :root {
        --bcnb-logo-height:40px;
    }
}