@media only screen and (max-width: 1024px) {
    .navbar-brand img {
        width: auto;
        max-height: 61px;
        top:200px;
    }
}



@media only screen and (max-width: 412px) {
    .navbar-brand img {
        width: auto;
        max-height: 61px;
        
    }
}