.bnvLogo {
    height: @header-height;
    max-width: 185px;
    padding: 15px 25px 15px 0;
    position: relative;
    pointer-events: unset !important;
    transition: none;

    @media @lg-max {
        flex: 1;
    }

    a {
        display: block;
        height: 100%;
        background-image: @bnv-logo-dark;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto;
        text-decoration: none;
        pointer-events: unset !important;
        white-space: nowrap;
        transition: none;

        &:hover,
        &:focus {
            text-decoration: none;
        }
    }
}