/**
    Article images and videos css
 */
.article-text__figure {
    float: right;
    max-width: 70%;
    margin: .25em 0 1em 1em;
    clear: both;
}

.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;
}

.detail table.article-text__figure.right, .detail table.article-text__figure.right td {
    border-collapse: unset;
    border-spacing: 2px;
    table-layout: fixed;
}

.article-text__figure .caption,
.article-text__figure .credit {
    width: 100%;
    padding: .5em .5em 0 .5em;
    font-size: 12px;
    line-height: 15px;
    float: left;
}

.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: 130px;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: .875em;
    float: right;
    margin-top: 0.5em;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

.jw-controls-backdrop {
    background: transparent !important;
}

.jw-wrapper,
.jw-controls,
.jw-preview {
    background-color: transparent !important;
}

.article-text__figure .caption{
    width: calc(100% - 20px);
}

.article-text__figure td{
    position: relative;
}

.article-text__figure .caption{
    padding-bottom: 2em!important;
}
#textToSpeechBlock .article-text__figure .credit,
.article-text__figure .credit {
    padding-right: 160px;
    box-sizing: border-box;
}

