.header .m-texthtml:first-child img, .header .m-texthtml.site-logo img, .header .m-texthtml.siteLogo img {
    max-width: 100% !important;
    width: auto;
    height: auto !important;
    max-height: 165px;
}

.header .m-texthtml:first-child img, .header .m-texthtml.site-logo img, .header .m-texthtml.siteLogo img {
     max-height: unset !important; 
}

@media (max-width: 1200px) {
#head_logo {
    margin: 0 1%;
}
}

@media (min-width: 1200px) {
#head_logo {
    margin: 0 10%;
}