.ep_vast-player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
div.ep_vast-player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.ep_vast-player > .ep_vast-videowrapper {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    /* background: url('ep.vast.loader.gif') no-repeat center center; */
}
.ep_vast-player > .ep_vast-videowrapper.keepHeight {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* background: url('ep.vast.loader.gif') no-repeat center center; */
}
.ep_vast-player > .ep_vast-videowrapper.portrait {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 440px;
    z-index: 2;
    /* background: url('ep.vast.loader.gif') no-repeat center center; */
}
.ep_vast-player > .ep_vast-videowrapper.portrait.keepHeight {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 440px;
    z-index: 2;
    /* background: url('ep.vast.loader.gif') no-repeat center center; */
}
.ep_vast-player > .ep_vast-videowrapper > #ep_vast-video {
    width: 100%;
    height: 100%;
}
.ep_vast-player > .ep_vast-videowrapper > .ep_vast-close {
    display: none;
    position: absolute;
    top: -35px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url('ep.vast.close.png') no-repeat center center;
    background-size: contain;
    z-index: 5;
}
.ep_vast-player > .ep_vast-videowrapper > .ep_vast-play {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url('ep.vast.play.png') no-repeat center center;
    background-size: contain;
    z-index: 7;
}
.ep_vast-player > .ep_vast-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 1;
}


@media only screen and (max-width: 900px) {
    .ep_vast-player > .ep_vast-videowrapper {
        width: 420px;
        height: 236px;
    }

    .ep_vast-player > .ep_vast-videowrapper > .ep_vast-close {
        top: -45px;
        width: 35px;
        height: 35px;
    }
}