.vjs-errors .vjs-error-display {
  display: none !important;
}
.video-js .vjs-big-play-button {
  border: none !important;
  background: transparent !important;
  background-color: transparent !important;
  height: 4.8em;
  width: 4.8em;
}
.tcp-skin .vjs-big-play-button .vjs-button-icon {
  height: 4.8em;
  width: 6.8em;
  fill: rgba(33, 33, 33, 0.5);
  display: none;
}
.tcp-skin .vjs-big-play-button::before {
  content: '';
  background-image: url('https://cdn.gelonghui.com/static/images/icon_play_4x.png');
  background-size: cover;
  height: 4.8em;
  width: 4.8em;
  display: block;
}
