

@media screen and (max-width: 600px) { 
  img.logo{
     height: auto!important;
    width: 100%!important;
    display: block;
     }
 }
@media screen and (max-width: 768px) { 
     body .bottommiddle {
       font-size: 24px!important;  
     }
 }
@media screen and (max-width: 600px) { 
  .middle {
    top: 42%!important;
     }
     .bottommiddle {
    top: 69%!important;
     }
 }
