.xgplayer-replay {
  display: none;
}
.xgplayer {
  .xgplayer-replay {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
    transform: translate(-50%, -50%);
    // background: rgba(0,0,0,0.38);
    cursor: pointer;
    // &:hover{
    //   background: rgba(0, 0, 0, .58);
    // }
    .xgplayer-replay-txt{
      display: inline-block;
      font-size: 14px;
      color: #fff;
      line-height: 34px;
      text-align: center;
    }
  }
  &.xgplayer-mobile {
    .xgplayer-replay-svg {
      width: 50px;
      height: 50px;
    }
    .xgplayer-replay-txt {
      line-height: 24px;
      font-size: 12px;
    }
  }
}

