:root {
    /* CONSTANTS */
    --menu-height: 92px;
    /* Content padding L R */
    --c-content-padding: 80px;
    --c-content-padding-mobile: 40px;
    /* Banner minimal heights */
    --b-max-height: 700px;
    --b-max-height-mobile: 400px;
    --b-med-height: 600px;
    --b-med-height-mobile: 400px;
    --b-min-height: 350px;
    --b-min-height-mobile: 200px;
    
    /* CALC VALUES */
    --b-padding-top: calc(var(--menu-height)/2 + 38px);
}