.video-overlay-play {
    animation-name: scale;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

iframe#player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 55.6%;
    border: 5px solid white;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.videoContainerFull {
    max-width: 895px;
    margin: auto;
    padding-bottom: 0rem;
    padding-top: 0rem;
    position: relative;
}

.video-overlay-play {
    background-image: url(/assets/vsl-lander/images/click-to-play-v4.png);
    background-position: center;
    background-size: auto;
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
}

.video-overlay-alt-play {
    background-image: url(/assets/vsl-lander/images/click-to-continue.png);
    background-position: center;
    background-size: auto;
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6 !important;
    top: 0;
    left: 0;
    cursor: pointer;
}

.video-overlay-alt {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 96;
    top: 0;
    left: 0;
    display: none;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: 0;
}

.glass-overlay {
    background-image: url(./vsl-lander/images/glass.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    z-index: 2!important;
    top: 0;
    left: 0;
}

.overOverlay {
    width: 200px;
    height: 75px;
    position: absolute;
    z-index: 99999999;
    clear: both;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 500px) {
    .videoContainerFull {
        padding-bottom: 0rem !important;
        padding-top: 0rem !important;
        max-width: 340px;
        /* margin-bottom: 2rem !important; */
    }

    .video-overlay-play {
        background-size: contain !important;
    }

    .video-overlay-alt-play {
        background-size: contain !important;
    }

    #embed-final {
        padding-bottom: 172.5%;
        /* border: 5px solid #023294; */
        /* box-shadow: 5px 5px 5px #bbb0b0; */
    }

    .embed-responsive iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .video-overlay-alt-play {
        height: 70vh !important;
    }

    .video-overlay-play {
        height: 100%;
    }

    .container-full {
        margin-bottom: 2rem;
    }

    #videoContainerFinal {
        max-width: 340px;
    }

    .videoHolderArea {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
