#wraper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.wrapperAfter{
    width: 70vw!important;
    min-width: 700px;
    height: auto!important;
    display: flex;
    align-items: center;
    justify-content: center;

}


#videoplayer {
    width: 100vw;
    height: auto;
}

.debug{
    position: fixed;
    bottom: 1em;
    right:1em;
    width: auto;
    height: 100px;
    background-color: #fff;
    border:1px solid #000;
    color: #333;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.8em;
    z-index: 1000000;
    padding: 1em;
}
