@media screen and (max-width: 950px) {
    thead th:not(:first-child) {
        display: none;
    }

    td, th {
        display: block;
        clear: both;
    }

    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }

    td:first-child {
        margin-top: 25px;
    }
}