.vjs-theme-eventin .vjs-big-play-button {
background: none;
border-radius: 200px;
border:  10px solid rgba(254,254,254, 0.8);
width: 200px;
height: 200px;
top: calc(50% - 60px);
left: calc(50% - 50px);
}

.vjs-theme-eventin .vjs-big-play-button span {
font-size: 5em;
color: rgba(254,254,254, 0.8);
line-height: 1.2em;
}

.vjs-theme-eventin .vjs-control-bar {
  height: 4em;
  background-color: rgba(254,219,0, 0.8);
}

.vjs-theme-eventin .vjs-big-play-button:hover {
  color: #000000;
  background: rgba(254,219,0, 1);
}

.vjs-theme-eventin:hover .vjs-big-play-button {
  color: #000000;
  background: rgba(254,219,0, 0.8);
}

.vjs-theme-eventin .vjs-button > .vjs-icon-placeholder::before {
  line-height: 2.2;
}

.vjs-theme-eventin .vjs-time-control {
  line-height: 4em;
}

.vjs-theme-eventin .vjs-volume-panel {
  display: none;
}

.vjs-theme-eventin .vjs-picture-in-picture-control {
  display: none;
}

.vjs-theme-eventin .vjs-progress-control .vjs-play-progress {
  background-color: rgba(254,219,0, 0.9);
}

.vjs-theme-eventin .vjs-progress-control .vjs-play-progress:before {
  display: none;
}

.vjs-theme-eventin .vjs-progress-control .vjs-slider {
  background-color: rgba(254,219,0, 0.1);
}

.vjs-theme-eventin .vjs-progress-control .vjs-load-progress div {
  background: rgba(255, 255, 255, 0.5);
}

.vjs-theme-eventin .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 100%;
}

.vjs-theme-eventin .vjs-progress-control .vjs-time-tooltip {
  background-color: rgba(254,219,0, 0.5);
  color: #fff;
}

.vjs-theme-eventin .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
  background-color: rgba(254,219,0, 0.7);
  color: #4176bc;
}
