
.video_embeder {
    position: relative;
}

.video_embeder .video-js .vjs-big-play-button {
    display: none;
}

.video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.video-overlay.invisible {
    opacity: 0;
}

.video-overlay.hidden {
    display:none;
}

.video_embeder .legend {
    position: absolute;
    left: 5%;
    bottom: 90px;
    z-index: 99;
    font-size: 40px;
    font-weight: 800;
    max-width: 425px;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 0px 0px 14px #00000099;
}

.video_embeder .poster {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-size: cover;
    background-position: 50% 100%;
}


.video_embeder .play {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 100;
    height: 60px;
    width: 60px;
    opacity:0.6;
    cursor:
            pointer;
}

.video_embeder .play:hover {
    opacity:1;
}

.video_playlist_player {
    width: 100%;
    height: 600px;
    position: relative;
    background: #000000;
}

.video_playlist_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000a1;
    padding: 13px 20px 8px 20px;
    color: #FFFFFF;
    opacity: 0.7;
    z-index: 999;
}

.info-bar-text-1 {
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 7px;
}

.info-bar-text-2 {
    font-size: 13px;
    font-weight: 200;
    line-height: 1;
}

.video-content iframe {
    width: 100%;
    border: none;
    object-fit: cover;
    height: 100%;
}

.video-content {
    border-radius: 1em;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 34px;
}

.video-overlay-poster {
    width: 100%;
    height: 100%;
    border-radius: 1em;
    border-radius: 34px;
    overflow: hidden;
}

.video-overlay-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:1024px) {
    .video_embeder .legend {
        font-size: 30px;
        bottom: 60px;
        max-width: 80%;
    }
}

@media (max-width:550px) {
    .video_embeder .legend {
        font-size: 19px;
        bottom: 90px;
        max-width: 80%;
    }
}
