Try to add the css to custom css,
Or change line 610 and line 619-633 of style.css
body.page #header.menu-default-hide #logo .logo-image {max-height: 80px;}
@-webkit-keyframes logoImgZip {
0%{ max-height: 80px; }
50%{ max-height: 80px; }
100%{ max-height: 80px; }
}
@-moz-keyframes logoImgZip {
0%{ max-height: 80px; }
50%{ max-height: 80px; }
100%{ max-height: 80px; }
}
@keyframes logoImgZip {
0%{ max-height: 80px; }
50%{ max-height: 80px; }
100%{ max-height: 80px; }
}