.youtube_festival_container {
    width: 50%;
    max-width: 480px;
}

@media screen and (max-width: 680px) {
    .youtube_festival_container {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: auto;
    }
}

.youtube_video_container {
    width: 100%;
    max-width: 960px;
    padding: 0 10px;
}

.youtube_video_container:after {
    content: "";
    display: table;
    clear: both;
}

.youtube_video {
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    min-height: 275px;
    margin-bottom: 10px;
}

.youtube_video:nth-child(3n) {
    margin-right: 0px;
}

.js-lazyYT {
    width: 100%;
    background-color: #000;
    position: relative;
    /*padding-top: 56.25%;*/
    overflow: hidden;
    cursor: pointer;
}
/*kvoli FF bugu*/
.js-lazyYT:before {
    content: '';
    padding-top:56.25%;
    display: block;
}

.js-lazyYT img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
}

.js-lazyYT iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.js-lazyYT:hover .ytp-large-play-button {
    opacity: 1;
}

.ytp-large-play-button {
    border: none;
    outline: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
    /* margin: 0; */
    padding: 0;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    visibility: visible;
    z-index: 99;
    opacity: 0.8;
    cursor: pointer;
}

.ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    -webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    fill: #cc181e;
    opacity: 1;

}

.ytp-large-play-button-bg {
    fill: #cc181e;
    opacity: 1;
}

.youtube_video__image {
    width: 100%;
    max-width: 336px;
    display: block;
    margin: auto;
}

.youtube_video__image img {
    width: 100%;
    display: block;
    margin: auto;
}

.youtube_video_category {
    font-family: 'pathwayGothic';
    font-size: 24px;
    color: #7e827a;
}

.youtube_video__title {
    color: #3f3e3d;
    margin-top: 10px;
    padding: 0;
}

.youtube_video__title a {
    font-size: 14px;
    line-height: 23px;
    outline: none;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #3f3e3d;
}

.youtube_video__title a:hover {
    color: #c77966;
}

.youtube_video__description {
    color: #3f3e3d;
    margin-top: 10px;
    padding: 0;
    font-size: 13px;
    margin: 5px;
    margin: 5px 0;
}
