header .site-logo {
    max-width:100%;
}
@media(min-width:766px){
    header .site-logo {
        max-width:460px;
    }    
}
@media(min-width:992px){
    header .site-logo {
        max-width:535px;
    }    
}
@media(min-width:1170px){
    header .site-logo {
        max-width:735px;
    }    
}

/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand .client-logo {
    height: 38px;
    }
.page-operator header .page-brand {
    border-right:5px solid #80002F;
    }
/************************
END - GTI - OPERATOR UI 
*************************/
