@media only screen and (max-width: 719px)
{
    .table_width{
        width: 100%;
    }
}
@media only screen and (min-width: 720px)
{
    .table_width{
        width: 33% !important;
    }
}