.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 */
}