.video-container {
	position: relative;
	width: 100%;
}

.video-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); 
}

video {
  width: 100%;
}
