.section-video {
  /*width: 100vw;*/
  height: 100vh;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  position: relative;
}

figure h1 {
  position: absolute;
  top: 20px;
  left: 20px;
  border-right: 3px solid #fff;
  padding: 5px 10px 5px 5px;
}

video {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

