* {
    margin: 0;
    padding: 0;
}
html, body{
    width: 100%;
    height: 100%;
}
.wrapper{
    position: relative;
}
.video-js {
    width: auto !important;
    height: auto !important;
    padding-top: 56.25% !important;
    min-height: 250px;
    max-width: 100%;
}

.vjs-fullscreen {
    padding-top: 0px !important;
}
.ads{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    z-index: 9999;
    background: #000000;
}
.ads .block {
    display: inline-block;
    position: relative;
    overflow: hidden;
    top: 50%;
    min-width: 300px;
    min-height: 220px;
    max-height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 20px;
}

.btn-close-ads{
    display: none;
    font-family: Arial;
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background: #5B5B5B;
    padding: 5px 0;
    text-align: center;
    color: #FFFFFF;
}
.alert-type {
    position: absolute;
    top: 10px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    font-family: Arial;
    text-align: center;
    color: #FFFFFF;
    background: #000000;
    padding: 5px;
    border-radius: 5px;
    z-index: 1;
}