.video-banner {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300px; /* ajusta el tamaño */
  height: auto;
  z-index: 1000;
}

.video-right {
  position: fixed;
  right: 0; /* clave */
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: auto;
  z-index: 1000;
}