#ss-logo img {
    height: 64px !important;
    width: auto !important;
    object-fit: contain !important;
}

@media (max-width: 600px) {
    #ss-logo img {
        height: 56px !important;
        width: auto !important;
    }
}