#logo-wrap {
            position: fixed;
            top: 1.4rem;
            right: 0px;
            pointer-events: none;
            z-index: 10;
        }

        #logo-svg {
            display: block;
            width: 100%;
            overflow: visible;
           
        }

        #logo-svg svg {
            background: white;
        }

    @media (max-width: 768px) {
        svg text {
            fill:  white;
        }
    }