.custom-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.custom-video-wrapper .custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-video-wrapper .custom-video .custom-video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-video-caption {
  position: relative;
  width: 100%;
  padding-top: 0px;
}
.custom-video-caption p {
  text-align: left;
}
