.te-success {
    padding-top: 40px;
  }
  
  .te-success .te-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 32px;
  }
  
  .te-success .te-video-wrapper iframe,
  .te-success .te-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  /* @media (max-width: 992px) {
    .te-success .te-video-wrapper {
      margin-bottom: 32px;
    }
    .te-success {
        padding-top: 120px;
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
      }
  } */

    
  @media (min-width: 992px) {
    .te-success {
        margin-top: -80px;
      }
    .te-success {
        padding-top: 120px;
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
      }

      .te-success .te-video-wrapper {
        margin-bottom: 0px;
      }
  }