.mejs__ads > a,
.mejs-ads > a {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.mejs__ads-skip-block,
.mejs-ads-skip-block {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.mejs__ads-skip-button,
.mejs-ads-skip-button {
    cursor: pointer;
}
.mejs__ads-skip-button:hover,
.mejs-ads-skip-button:hover  {
    text-decoration: underline;
}
