body, html{
    margin: 0;
    height: 100%;
}
.adv-player-container{
    position: relative;
}
#example-video{
    width: inherit;
    height: inherit;
}

#adv-player__banner-container > div{
    height: inherit;
    width: inherit;
    position: relative;
}
.video-js{
    height: inherit;
    width: inherit;
}
.adv-ad{
    position: absolute;
    z-index: 9999;
}
.adv-ad .close{
    text-decoration: none;
    position: absolute;
    display: none;
    right:-10px;
    top:-10px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    border-radius: 30px;
    background: black;
    border: 1px solid lightgray;
    cursor: pointer;
}

.adv-ad iframe{
    width: inherit;
    height: inherit;
    box-sizing: border-box;
}
.video-js.vjs-default-skin .vjs-big-play-button {
    width: 90px;
    height: 50px;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -25px;
}
