  .wh-video-header,
  .wh-video-header-content-holder {
    height: clamp(38.375rem, 41.654rem + -13.9906vw, 29.0625rem);
    position: relative;
  }
  .wh-video-header.wp-page-type-homepage,
  .wp-page-type-homepage .wh-video-header-content-holder {
    height: clamp(38.375rem, 35.382rem + 12.77vw, 46.875rem);
  }
  @media(max-width: 500px){
    .wh-video-header {
      max-height: calc(98vh - 85px);
    }
  }
  .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;
    }
  }