.brand-logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.brand-logo--theme-light {
    display: none;
}

html.light-mode .brand-logo--theme-dark {
    display: none;
}

html.light-mode .brand-logo--theme-light {
    display: block;
}
