.video_background {
  display: flex;
  width: 100%;
  height: 100vh;
  z-index: -5;
  margin: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  /*background-color: gray;*/
}

@media (max-width: 576px) {
  .video_background {
    background-color: red;
    display: none;
  }
}

.video {
  width: 100%;
  height: 100vh;
}

.body_ep {
  overflow: hidden;
}

#rolas {
  z-index: 4;
}

