/**
    Article images and videos css
 */
.article-text__figure.landingVideo {
    float: initial;
    position: relative;
    width: 100%;
    clear: both;
    background: #463152;
}

.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.landingVideo .caption {
    color: #FFF;
    background-color: #463152;
    margin-left: 5px;
}

#textToSpeechBlock .article-text__figure:not(.landingVideo) .credit,
.article-text__figure:not(.landingVideo) .credit {
    padding-right: 150px;
}

#textToSpeechBlock .article-text__figure:not(.landingVideo) .caption,
.article-text__figure:not(.landingVideo) .caption {
    padding-bottom: 2em!important;
}

.article-text__figure.landingVideo .credit {
    color: #FFF;
    background-color: #463152;
    position: absolute;
    top: 79%;
    left: 67%;
    bottom: 0;
}



.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.5em;
    bottom: 0.5em;
    text-align: center;
    color: #ffffff;
}

.article-text__figure.landingVideo .view-transcript-button {
    display: none;
}


.article-text__figure.landingVideo tr:first-child {
    float: left;
    width: 67%;
    margin: -4px -4px;
}

.article-text__figure.landingVideo tr:nth-child(2) {
    float: left;
    width: 33%;
}

.article-text__figure > tbody > tr > td {
    position: relative;
}

.article-text__figure.landingVideo > tbody > tr > td {
    position: initial;
}

