/* Transparent gold institute mark: preserve its complete outline. */
body .sidebar-brand img.osos-brand-mark {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.18));
}

body .osos-hero-logo.osos-brand-mark {
    object-fit: contain;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.24));
}

body .loader-logo {
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
}
