.ws-elementor-widget-ws-video-player {
    position: relative;
    width: 100%;
    min-height: 300px;
    aspect-ratio: 16 / 9;
}

.ws-video-player--video-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ws-video-player--warning {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.ws-elementor-widget-ws-video-player.cookiesDeclined .ws-video-player--warning {
    display: flex;
}

.ws-video-player--player > iframe {
    height: 100%;
    width: 100%;
}

.ws-video-player--image-container {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.ws-video-player--image-container > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #fff;
}