.yt-video-list .edition-title {
    margin-bottom: 10px;
    font-size: 27px;
    text-transform: none;
}

article.type-video {
    position: relative;
}

article.type-video .imgToDiv {
    background-position: top center;
}

article.type-video .link {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

article.type-video .with-arrow {
    padding-bottom: 0;
}

article.type-video .with-arrow:after {
    display: none;
}

article.type-video .kind {
    margin-top: 25px;
    border-color: #777661;
    color: #777661;
    text-transform: lowercase;
}

article.type-video .kind i {
    font-size: 30px;
    display: table;
    margin: 0 auto 8px;
}

body.mfp-video-open {
    overflow: hidden;
}

.mfp-video .mfp-content {
    height: auto;
}

.mfp-video .mfp-content video.video-standard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-video .mfp-content .mfp-title {
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    line-height: 1;
    text-align: center;
}

.mfp-video .mfp-iframe-holder .mfp-close {
    color: #FFFFFF !important;
}