body { background-color: #cccccc !important; }
/*{
    max-height:80px;
    width:auto;
}

@media (min-width: 992px){
    .header-logo-img{
        max-height:85px;
        transform: scale(1.08);
    }
}*/
/*.header-logo-img{
    max-height:85px;
    width:auto;
    transform:scale(1.08);
    transform-origin:left center;
    backface-visibility:hidden;
}*/
.header .header-logo-img {
    max-height: 85px !important;
    width: auto !important;
    transform: scale(1.08) !important;
    transform-origin: left center;
    backface-visibility: hidden;
}