.section-video .video-container {
  width: 100%;
  position: relative;
}
.section-video .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
