/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 04:41:40 */
/*
 * Reduce the size of the logo in the mobile hamburger menu
 */
.mm-navbars_top .userimage img {
    /* You can change this value to make the logo bigger or smaller */
    max-width: 250px !important; 
    
    /* This makes sure the height adjusts automatically to maintain the aspect ratio */
    height: auto !important; 
}