
.video .cmp-articleteaser.locked .cmp-articleteaser__lock-icon {
    right: -1rem;
    top: -1rem;
}

.video .cmp-articleteaser.locked .cmp-video__video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2999;
    background: rgba(0, 0, 0, 0);
    cursor: default;
}

.video .cmp-articleteaser.locked .cmp-video__video .ulizahtml5 .vjs-button {
    opacity: 0.5;
}