.header-logo a img {
    max-height: 150px !important;
    transition: all 0.3s ease !important;
}
.header-logo a:hover img {
    transform: scale(1.1) !important; /* Grows on hover */
}

/* --- HIDE THE ENTIRE BANNER (HIGH PRIORITY) --- */

.banner-hero.banner-image-single {
    display: none !important;
}