/* Example CSS file */ 
.header-logo {
    max-height: 120px;
    width:auto;
}
.header-logo-sm {
    max-height: 95px;
    width:auto;
}


