.wp-block-ninja-blocks-video{
  
  .nb-video-btn-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    .nb-video-wrapper {
      position: relative;
      z-index: 3;
      text-align: center;
      .button.button-large {
        margin-bottom: 30px;
      }
      .nb-video-icon {
        cursor: pointer;
        span {
          font-size: 50px;
          height: inherit;
          width: inherit;
          border-radius: 50%;
          border: 1px solid transparent;
          margin: 0 auto;
        }
      }
      
    }
    .nb-video-preview-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      z-index: 2;
    }
  }
  .nb-video-input{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    svg{
    align-self: center;
    }
    input{
      height: 50px;
      margin-left: 20px;
    }
    button{
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin-left: 20px;
      height: 50px;
    }
  }
}