.responsive-table th img,
.responsive-table td img {
    /*width:auto;*/
    max-width: 100%;
}

@media screen and (max-width: 640px) {
    .responsive-table th,
    .responsive-table td {
            display: block;
     }
}