/* Related videos on article page */

.related-videos {
    margin: 0 0 36px 0;
}

.related-videos h3 {
    margin: 0 0 14px 0;
}

.related-videos h4 {
    margin: 2px 0 20px 0;
}

.related-videos img {
    width: 100%;
    display: block;
}

.related-videos .videoPlayer {
    margin: 0 0;
}

.video {
    cursor: pointer;
    display: block;
}

.placeholder:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0.5;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.placeholder:hover:after {
    opacity: 0;
}

.video-wrap {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-bottom: 10px;
  }

.video-wrap .play-btn {
    position: absolute;
    max-width: 700px;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    fill: #fff;
    z-index: 100;

    display: none;
  }


/* Video templates */

.videoPlayer {
    margin: 20px 0;
}

.videoPlayer video {
    width: 100%;
}

.publicationContent {
    margin-top: 10px;
}

.publicationContentDate, .duration {
    font-size: 0.9em;
}

.videoTranscript {
    margin-top: 0;
}

.videoTranscript h2 {
    color: inherit !important;
    margin-bottom: 10px;
}

.videoTranscript {
    max-height: 464px;
    overflow-y: auto;
}

.publicationThumbnail {
    margin: 20px 0;
}