.wrap[data-v-93147128] {
  width: 100vw;
  height: 100vh;
}
.wrap .video-js[data-v-93147128] {
    width: 100%;
    height: 100%;
}
.wrap .statusBox[data-v-93147128] {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
}
.wrap .statusBox .statueText[data-v-93147128] {
      text-align: center;
      font-size: 30px;
      padding: 10px 20px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      -webkit-border-radius: 6px;
              border-radius: 6px;
      top: 10%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
}
.wrap .statusBox .iconVideoPlay[data-v-93147128] {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 120px;
      height: 120px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: rgba(22, 22, 22, 0.4);
      z-index: 10;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
}
.wrap .statusBox .iconVideoPlay i[data-v-93147128] {
        font-size: 60px;
        -webkit-transform: translate(12%, 2%);
            -ms-transform: translate(12%, 2%);
                transform: translate(12%, 2%);
        cursor: pointer;
}

