.RWDvideo006-youtube {
    width: 100%;
    position: relative
}

.RWDvideo006 {
    width: 100%
}

.RWDvideo006__wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.RWDvideo006__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #eee
}

.RWDvideo006__pic__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

.RWDvideo006__video {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 20;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.RWDvideo006__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}


.RWDvideo006__video::after {
    height: 16vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.apply-block .RWDvideo006__video::after {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}



@media(min-aspect-ratio: 16/9) {
    .RWDvideo006__video iframe {
        height: 56.25vw
    }
}

@media(max-aspect-ratio: 16/9) {
    .RWDvideo006__video iframe {
        width: 177.78vh
    }
}

.RWDvideo006__editor {
position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    color: #fff;
    transform: translate(-50%, -50%);
}

.RWDvideo006__scrolldown {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    outline: none;
    border: 0;
    z-index: 30
}