/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-theme-video-background .video-back-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wp-block-theme-video-background .video-back-wrapper .video-back-background {
  position: absolute;
  top: -50%;
  height: 200%;
  width: 100%;
}
.wp-block-theme-video-background .video-back-wrapper .video-back-background .video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  width: 100%;
}
.wp-block-theme-video-background .video-back-wrapper .video-back-foreground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/*# sourceMappingURL=style-index.css.map*/