/* BVG corporate branding shared across ResourceSpace pages. */

/* ResourceSpace logo replacement (main header only) */
.HeaderImgLink {
    display: inline-block;
    width: 240px;
    min-height: 52px;
    background-image: var(--bvg-logo-url);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

#HeaderImg {
    opacity: 0;
    width: 240px;
    max-height: 52px;
}
