/* Enter Your Custom CSS Here */
@media only screen and (max-width: 1920px) {
    #custom-mobile-logo {
        display: none !important;
    }
}
@media only screen and (max-width: 1280px) {
    #custom-mobile-logo {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    #custom-mobile-logo {
        display: none !important;
    }
}
@media only screen and (max-width: 360px) {
    #custom-mobile-logo {
        display: inline !important;
    }
}