.site-header .site-branding img {
    display: block;
    max-height: 156px;
    -webkit-transform: translate3d(0, 0, 0);
    transition: 0.3s;
    width: auto;
}

@media (min-width: 1024px) {
    .header-centered .site-header .site-branding-container {
        float: none;
        max-width: 100%;
        padding-right: 0;
        text-align: center;
        min-height: 156px;
    }
}