.strong-view.wpmtst-table table {
    width: 100%;
    table-layout: fixed;
}

.strong-view.wpmtst-table table .wpmtst-testimonial-image img {
    width: auto;
    margin: 0 auto;

}

.strong-view.wpmtst-table table .wpmtst-testimonial-image .initials {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.strong-content .wpmtst-tbody {
    position: relative;
}

@media screen and (max-width: 768px) {
    .strong-view.wpmtst-table table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

    .strong-view.wpmtst-table table tr {
        border: 1px solid #ddd;
        padding: .35em;
    }

    .strong-view.wpmtst-table table th,
    .strong-view.wpmtst-table table td {
        padding: .625em;
        text-align: center;
    }

    .strong-view.wpmtst-table table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .strong-view.wpmtst-table table {
        border: 0;
    }

    .strong-view.wpmtst-table table caption {
        font-size: 1.3em;
    }

    .strong-view.wpmtst-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .strong-view.wpmtst-table table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .strong-view.wpmtst-table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: left;
    }



    .strong-view.wpmtst-table table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
    }

    .strong-view.wpmtst-table table td:last-child {
        border-bottom: 0;
    }
}