#logo a img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 0;
}

.is-sticky #logo a img {
    max-height: 100%;
    width: auto;
    height: auto;
    max-width: 0;
}


.alignleft, .alignright, .aligncenter, .alignnone {
    margin: auto;
    font-size: 0;
}