/**
    Article images and videos css
 */

.article-text__figure video {
    width: 100%;
    height: auto;
}

.article-text__figure img {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    width: 90%;
    padding: 1em;
}

.article-text__figure table {
    border-collapse: unset;
    border-spacing: 5px;
    table-layout: fixed;
}

.article-text__figure .caption {
    color: #FFF;
    background-color: #463152;
    margin-left: 5px;
    padding-bottom: 2em!important;
}

.article-text__figure .credit {
    width: calc(100% - 140px);
}

.article-text__figure .transcript {
    max-height: 155px;
    background-color: #EBEFF2;
    border: 3px solid #66818C;
    border-radius: 5px;
    padding: .5em .5em .5em .5em;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0.5em;
}

.article-text__figure .view-transcript-button {
    border: 3px solid #66818C;
    width: 100px;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: .875em;
    color: #ffffff;
    float: right;
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.article-text__figure td{
    position: relative;
}
