#header .logo {
    max-width: 100%;
    max-height: 44px;
}
#header #_desktop_logo img {
    height: auto;
    width: auto;
}
#footer #_desktop_logo .logo {
	max-width: 300px;
	width: auto;
	height: auto;
}
#amegamenu.fixed-menu #_desktop_logo svg {
    max-width: 160px;
}
#header #amegamenu.fixed-menu .logo {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    padding: 5px 0;
}
#header #_mobile_logo svg,
#header #_desktop_logo svg,
#footer #_desktop_logo svg {
    max-width: 100%;
}
@media (max-width: 991px) {
  	#header #_mobile_logo svg {
      	transform: scale(0.8);
    	transform-origin: left;
  	}
    #header .logo {
        width: auto
    }
    #header .header-nav.tablet-h .top-logo a img {
        max-height: 50px;
        max-width: 150px;
        margin-top: 11px;
    }
}