@media screen and (min-width: 768px) {
    .woocommerce-active.sd-header-expanded .site-header .custom-logo-link {
        max-height: 5em;
    }
    .woocommerce-active.sd-header-expanded .site-header .custom-logo-link img {
        max-height: 6em;
        position: relative;
        top: -1em;
    }
}
