.video-background{
    position: relative;
    background-position: center center;
    background-size: cover;
}

#myPlayer{
    position: relative;
    background: #111;
    height: 100vh; 
    width: 100%;
}
.has-fallback #myPlayer{
    background: transparent;
}
#bgVideo {
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.60);
    top: 0;
    left: 0;
    z-index: 0;
    /* background: url("assets/ytplayer_img.jpg") no-repeat center center; */
    background-size: cover;
}

.video-controls{
    position: absolute;
    bottom:15px;
    right:15px;
    z-index: 1;
}
.video-overlay{
    position: absolute;
    z-index:3;
}
.command.active{
    background:#111;
    color:#fff;
}

.inline-YTPlayer {
    max-width: 100% !important;
}