.is-hidden {
    display: none;
}

iframe {
    border: 0 none;
}

.yt-video-overlay {
    overflow: hidden;
    background-color: #f2f2f2;
    position: relative;
    padding: 10px 20px 56.25%;
}

.videoWrapper {
    height: unset !important;
}

@media (min-width: 768px) {
    .yt-video-overlay {
        height: 0;
    }

    .videoWrapper {
        height: 0 !important;
    }
}

.yt-video-overlay_content {
    height: 180px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.yt-video-overlay-footer {
    text-align: center;
    margin-top: 20px;
}

.yt-bideo-overlay--play {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #951b1b;
    transition: all cubic-bezier(0,.79,.48,1) .3s;
}

.yt-bideo-overlay--play:hover {
    background-color: #611212;
}

.icon--youtube {
    display: inline-block;
    width: 110px;
    height: 20px;
    vertical-align: middle;
    background-image: url(/fileadmin/templates/img/yt_logo_mono_light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}