.video-institucional {
  position: relative;
}

.video-institucional::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50vw;
  background-color: #F8F3E9;
  z-index: -1;
}
