.section-video-box{
  position: relative;
  width: 100%;
  padding-top: 56%;
  background-color: #f1f1f1;
}
.section-video-box > a,
.section-video-box img,
.section-video-box > iframe,
.section-video-box > video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-video-box img,
.section-video-box video,
.section-video-box iframe{
  object-fit: cover;
}
.section-video-box video{
  cursor: pointer;
}
@media screen and (max-width: 820px){
  .section-text-video .page-width .row .column{
    flex-basis: 100%;
    max-width: 100%;
  }
}