/* fix white header log image size  */
@media only screen and (max-width: 1600px) {
    .white-header-logo-white img {
        max-width: 196px !important;
    }
}

/* fix white header positiion  */
@media only screen and (max-width: 1600px) {
    .white-header-logo-white {
        margin-left: 32px;
        margin-top: 6px;
        margin-bottom: 0 !important;
    }
}