/* Just give highest priority Nothing else */
.video-ads{ z-index: 5 !important; }
.video-ads:after {
    background-color: #999;
    border-radius: 2px;
    bottom: 20px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    z-index: 3;
    display: none;
}

.video-ads[data-badge-text]:after{
	    display: block;
    }