 @media(max-width : 767px){
 #banner img{
    width: unset !important;
    height: unset !important;
    max-width: 100% !important;
    max-height:100% !important;
 }
 
 #banner strong {
    font-size: 55%;
}

#banner h1, #banner h3 {
margin: -5px;
}
  
/*#banner img {*/
/*    width: 100%;*/
/*    height: 57px;*/
/*}*/
#banner .text-align-center{
    max-width: 100% !important;
    max-height:100% !important;
   height: unset !important;
}

}