:root {
    --twc-header-height:100px;
    --twc-header-height-sticky:100px;
    --twc-logo-height:90px;

    --twc-mobile-menu-width:400px;
}


@media only screen and (max-width:1180px) {
    :root {
        --twc-header-height:70px;
        --twc-header-height-sticky:70px;
        --twc-logo-height:65px;
    }
}