#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  align-content: top;
  width: 100%;
  min-width: 100%;
  background-image: linear-gradient(to bottom, transparent, black);
}

.overlay-desc > h1 {
  color: white;
  font-family: 'Nobile', sans-serif;
  font-size: 1vw;
  position: absolute;
  top: 8%;
  left :1%;
  font-size: 17px;
 transform: translate(-1%,-1%);
  
}