.VideoPlayer {
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.VideoPlayer:focus, .VideoPlayer:hover {
  color: #e71304;
}

.VideoPlayer-action {
  text-align: center;
}
