@media screen and (min-width: 601px) {
    img { max-height:350px;width:auto; }
    
    
                                     }



@media screen and (max-width: 1038px) {
    h1, h2 { font-size: 1em; }

                                      }

@media screen and (max-width: 790px) {
   table { display: block; width:100% !important; }
    tbody { display: block; width:100% !important; }
    tr { display: block; width:99% !important; }
    td { display: block; width:99% !important; }
    
                                     }

@media screen and (max-width: 600px) {
    img { max-height:100px;width:auto; }
    img { max-width:85%;height:auto; }
    
                                     }




