.video-section {
  margin-top: 5rem;
}
.video-section img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 47.938rem) {
  .cus-video .video-section--full.video-section--large {
    --video-height: 14.375rem;
  }
}
@media screen and (min-width:60em) {
  .video-section {
    margin-top: 6.25rem;
  }
}
  