.cvp-player {
    position: relative;
    width: 510px;
    height: 400px;
}

.cvp-promotional-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.cvp-promotional-content {
    width: 300px;
    height: 250px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.cvp-video-iframe {
    display: none;
}