`
.logo img.full {
display: none !important;
}

.logo a::before {
content: '';
display: inline-block;
width: 150px; 
height: 40px;
/*background-image: url('https://newsletter.lavoghereseinformatica.it/uploads/logo-orizzontale-dark-lq.png');*/
background-size: contain;
background-repeat: no-repeat;
}
`