/* Custom Logo Size Adjustments - Very Small Size */
.site-header .site-branding .site-logo > img {
    max-width: 60px !important;
    height: auto !important;
    width: auto !important;
}

/* Mobile responsive logo size */
@media (max-width: 575px) {
    .site-header .site-branding .site-logo > img {
        max-width: 50px !important;
        height: auto !important;
        width: auto !important;
    }
}

/* Tablet responsive logo size */
@media (min-width: 576px) and (max-width: 991px) {
    .site-header .site-branding .site-logo > img {
        max-width: 55px !important;
        height: auto !important;
        width: auto !important;
    }
}
