@media screen and (max-width: 420px) {
    .mobile-logo{
    	width: 100% !important;
    }
}

@media screen and (max-width: 320px) {
    .mobile-logo{
    	width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .mobile-logo{
    	width: 70% !important;
    }
}

@media screen and (max-width: 800px) {
    .mobile-logo{
    	width: 60% !important;
    }
}

@media screen and (max-width: 1880px) {
    .mobile-logo{
    	width: 39% !important;
    }
}

@media screen and (max-width: 1200px) {
    .mobile-logo{
    	width: 100% !important;
    }
}