/* Replace desktop logo */
.logo-desktop {
    content: url('https://tales.ro/hag/wp-content/uploads/logo.png') !important;
    width: auto !important;
    height: auto !important;
}

/* Replace mobile logo */
.logo-mobile {
    content: url('https://tales.ro/hag/wp-content/uploads/logo.png') !important;
    width: auto !important;
    height: auto !important;
}