/* Hide the normal logo */
.header-title-logo img, .header-mobile-logo img {
visibility: hidden !important;
}
/* Set background image to be the SVG logo */
.header-title-logo a, .header-mobile-logo a{
/* Change the "left" below to "center" or "right" if you want the logo positioned in the middle or on the right */
background: url("/s/Logo01.svg") no-repeat left center !important;
background-size: contain !important;
}