.bg-overlay-editor {
  padding: 10px;
  color: #fff;
  position: relative;
  z-index: 3;
  border: 1px solid white;
  background: repeating-linear-gradient(45deg, #190B28, #190B28 10px, #190B28 10px, #190B28 20px);
}

.bg-overlay__overlay {
  width: 100%;
  height: 100%;
}
.bg-overlay__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-overlay-content {
  position: relative;
  z-index: 0;
}
.bg-overlay__video--mobile {
  display: none;