.wp-block-video {
    position: relative;
    max-width: 100%;
    margin: 20px auto;
    border: 2px solid var(--wp--preset--color--primary, #ccc);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--wp--preset--color--background, #000);
}