#header .site-logo-image,
#header a[aria-label="Go to Home page"] > img {
    width: auto;
    max-width: 100%;
    max-height: 4rem;
    object-fit: contain;
}

@media (min-width: 48rem) {
    #header .site-logo-image,
    #header a[aria-label="Go to Home page"] > img {
        max-height: 5rem;
    }
}

@media (min-width: 64rem) {
    #header .site-logo-image,
    #header a[aria-label="Go to Home page"] > img {
        max-height: 6rem;
    }
}
