.video-js {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
}



.vjs-theme .vjs-big-play-button {
  width: 100px;
  height: 80px;
  object-fit: contain;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  margin: 0 auto;
  line-height: 79px;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  margin-top: -50px;
  margin-left: -40px;
}

.infos .video-js {
  outline: none;
  height: auto;
  width: auto;
}

.leaderboard-video .video-js{
  width: auto;
  border-radius: 10px 0px 0px 10px;
}
