  
  .wh-video-header,
  .wh-video-header-content-holder {
    position: relative;
  }
  .wh-hero-height-regular.wh-video-header,
  .wh-hero-height-regular .wh-video-header-content-holder {
    height: clamp(29.0625rem, 7.0313rem + 24.4792vw, 43.75rem);
  }
  .wh-hero-height-tall.wh-video-header,
  .wh-hero-height-tall .wh-video-header-content-holder {
     height: clamp(38.375rem, 35.382rem + 12.77vw, 46.875rem);
  }

  @media(max-width: 500px){
    .wh-video-header,
    .wh-video-header-content-holder {
      height: 614px !important;
      max-height: calc(98vh - 85px) !important;
    }
  }
  .wh-video-header-content,
  .editor-styles-wrapper .wh-video-header-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    max-width: 705px;
    z-index: 2;
  }
  
  @media(max-width: 500px){
    .wh-video-header-content,
    .editor-styles-wrapper .wh-video-header-content {
      top: auto;
      bottom: 60px;
      transform: none;
    }
    .wh-video-header .wh-sub {
      font-size: 18px;
    }
  }