.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
    border-bottom: 1px solid #ddd;
}
table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
table td {
    padding: 10px;
    vertical-align: top;
}
@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    /*
    table caption {
    font-size: 1.3em;
}
    */
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table td {
        display: block;
        font-size: .8em;
    }
    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;
    }
    table td:last-child {
        border-bottom: 0;
    }
}
