.video-consent-overlay{
    /* position:absolute;
    top:0;
    left:0; */
    width: 100%;
    height: 200px;
    background-color: black;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
    padding:0 20px;
    color: white;
}
.video-consent-overlay-text{
    text-align:center;
}
.video-consent-overlay-accept-button{
    margin: 20px 0 0 0;
    padding: 8px 10px;
    background-color: blue;
    cursor:pointer;
}