#header #_mobile_logo svg,
#header #_desktop_logo svg,
#footer #_desktop_logo svg {
    max-width: 100%;
}
#header #_desktop_logo a img {
    max-width: 160px;
    max-height: 55px;
    height: auto;
    width: auto;
}
#header #_desktop_logo a svg {
    max-width: 100%;
    max-height: 60px;
width: 100%;
}
#header #amegamenu.fixed-menu .logo {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
}
@media (max-width: 991px) {
    #header .logo {
        width: auto
    }
    #header .header-nav.tablet-h .top-logo a img {
        max-height: 50px;
        max-width: 100%;
    }
}