#hero_video_yt .hero-video-title {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color:#fff;
    
}
#hero_video_yt .wrap-video {
    padding-top:56.25%;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #000;
    /* height: 600px; */
}

#hero_video_yt .wrap-video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

#hero_video_yt:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
