@media only screen and (min-width: 64em) {
    a.site-logo {
        width: 13em;
    }
}
a.site-logo > img {
    height: 100%;
    width: 100%;
}