﻿.yembed-container {
    display: flex;
    flex-flow: column;
    align-content: flex-end;
    justify-content: flex-end;
    background-image: url('./movie.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.video-container {
    background-size: cover;
}


.yembed-play-button {
    width: 100%;
    height: 100%;
    min-height: 35px;
    background-image: url('./play-button-3.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0px auto;
}

.yembed-agreement-text {
    text-align: center;
    margin: 0px auto;
    padding: 5px;
    max-width: 80%;
    margin-top: 20px;
    margin-bottom: 0px !important;
    color: white;
    text-align: center;
    font-size: 16px;
    background-color: rgba(0,0,0,0.75);
}

@media screen and (max-width: 1023px) {
    .yembed-agreement-text {
        font-size: 12px;
        margin-top: 5px;
        max-width: 90%
    }
}


@media screen and (max-width: 767px) {
    .yembed-agreement-text {
        font-size: 9px;
        margin-top: 5px;
        max-width: 100%
    }
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    background-size: cover;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }