.site-logo {
    margin: 0;
}

.site-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.site-logo--desktop {
    max-width: 198px;
    height: 32px;
    margin-left: 28px;
}

.site-logo--desktop img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.site-logo--mobile {
    width: 88px;
    max-width: 88px;
    height: 28px;
    margin-left: 10px;
}

.site-logo--sidebar {
    width: 110px;
    max-width: 110px;
    height: 32px;
}

.site-logo--mobile img,
.site-logo--sidebar img {
    width: 100%;
    height: 100%;
    object-position: left center;
}
