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