#footer #_desktop_logo a svg  {
    filter: invert(1);
}
#footer #_desktop_logo img {
    max-width: 153px;
    width: auto;
    height: auto;
}
#header #_desktop_logo a img {
    width: auto;
    height: auto;
}
#header .logo {
    max-width: 100%;
    max-height:  100px;
    padding: 0!important;
}
#header #amegamenu.fixed-menu .logo {
    max-width: 150px;
    max-height: 50px;
    width: auto;
    height: auto;
}
#header #amegamenu.fixed-menu #_desktop_logo a svg {
    max-width: 150px;
}
#header #_mobile_logo svg,
#header #_desktop_logo svg,
#footer #_desktop_logo svg {
    max-width: 100%;
}
@media (max-width: 991px) {
    #header .logo {
        width: auto
    }
    #header .header-nav.tablet-h .top-logo a img {
        max-height: 50px;
        max-width: 150px;
        margin-top: 11px;
    }
}