@media screen and (min-width: 1025px) {
    /* Increase logo image height on desktop */
    .sc_layouts_logo .logo_image {
        height: auto !important;
        max-height: 140px !important;
        width: auto !important;
    }
    
    /* Adjust container if necessary to fit larger logo */
    .sc_layouts_logo {
        height: auto !important;
    }
}
