video.vjs-tech { width: 640px; height: 360px; margin-top: 20px; display: flex; }
    /* .video-wrapper .vjs-tech .vjs-big-play-button {
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
    } */
    .video-wrapper {
        position: relative;
        display: block; /* чтобы обтекало по контенту */
        width: 100%; /* или под свой размер видео */
        height: 717px;
    }

    /* #custom-overlay {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff8dc;
    border: 1px solid #f0c040;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: bold;
    z-index: 1000;
    display: none;
    user-select: none;
    pointer-events: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    } */

    #custom-overlay.visible {
    display: block;
    }

    #custom-overlay.success {
    background: #e6ffea;
    border-color: #40c04f;
    color: #246622;
    }


    .video-wrapper .mediaplugin_videojs > div:first-child {
      max-width: 100%!important;
      width: 100%!important;
  }

  .video-wrapper .video-js {
    width: 100%!important;
    height: 100%;
  }

  .video-wrapper .video-container-custom {
    width: 100%!important;
    position: relative!important;
    height: 100%!important;
  }

  .video-wrapper .video-container-custom .vjs-tech {
    width: 100%!important;
    position: relative!important;
    padding-top: 0!important;
    height: 100%!important;
    margin: 0!important;
  }

  .video-wrapper .video-container-custom .vjs-tech video {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
  }

  .video-wrapper .video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
  }