/* Remove white background behind mobile logo */ @media (max-width: 768px) { .header-title-logo, .header-title-logo img { background-color: transparent !important; } }