/* <= KC 23.x */
.pf-c-page__header-brand-link a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 50px;
}

.pf-c-page__header-brand-link img {
    display: none;
}

.pf-c-page__header-brand-link a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://asset-hume.e-auth.cloud/yookey/yookey_logo_w.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

/* >= KC 25.x */
.pf-v5-c-masthead__brand a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 50px;
}

.pf-v5-c-masthead__brand img {
    display: none;
}

.pf-v5-c-masthead__brand::before {
    content: "";
    position: absolute;
    top: 10px;
    /*left: 0;*/
    width: 130px;
    height: 60%;
    background-image: url('https://asset-hume.e-auth.cloud/yookey/yookey_logo_w.png'); /* Sostituisci con il percorso della nuova immagine */
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center;*/
    z-index: 1;
}