.site-logo-img {
    display: block;
    width: 190px;
    max-width: 190px;
    height: auto;
    image-rendering: auto !important;
    transform: none !important;
}

.footer-logo-img {
    width: 190px;
    max-width: 190px;
}

@media (max-width: 575px) {
    #header .header-logo {
        margin: 14px 0;
    }

    #header .header-logo .site-logo-img {
        width: 180px;
        max-width: 180px;
    }
}
