@media all and (max-width:768px) {
    tr {    display: table;  width:100%;    }               
    td {    display: table-row; }           
}
