.video {
  background-color: rgb(var(--color-background));
}

.video .block-heading {
  width: 100%;
}

.video .theme-video-media__poster {
  background-color: rgb(243 243 243 / 100%);
}

.video theme-video-media {
  height: 100%;
}

.video__width {
    width: 100%;
}

.video--boxed .video__width {
    max-width: var(--page-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.video--full .video__width {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.video {
    background-color: rgb(var(--color-background));
}

.video__content {
    width: 100%;
}

.video .block-heading {
    width: 100%;
}

.video .theme-video-media__poster {
    background-color: rgb(243 243 243 / 100%);
}

.video theme-video-media {
    height: 100%;
}