@media only screen and (max-width: 800px) {
.navbar-brand img{
    xwidth:100% !important;
    xheight:100% !important;
}
}
@media only screen and (max-width: 200px) {
.navbar-brand img{
    xwidth:30% !important;
}
}