/* Add here all your css styles (customizations) */

.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay-desc {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
