.success-video-card.is-playing {
    cursor: default;
}

.success-video-card.is-playing::after {
    display: none;
}

.success-video-card.is-playing iframe {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    background: #000;
}
