#__next {
  height: 100%;
  width: auto;
}

a {
  cursor: pointer;
}

#video-player,
.multi-angle {
  position: relative;
  width: 800px;
  height: 385px;
}

@media only screen and (max-width: 800px) {

  #video-player,
  .multi-angle {
    width: 100%;
    height: 55vw;
  }
}

@media screen and (max-height: 330px) and (orientation: landscape) {

  #video-player,
  .multi-angle {
    width: 480px;
    height: 243px;
  }
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed !important;
}

.video-js .multi-angle-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* main cam label */
.video-js .multi-angle-main-cam-label {
  position: absolute;
  height: 25px;
  left: 0;
  background-color: rgba(136, 68, 246, 0.098);
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

@media only screen and (max-width: 539px) {
  .video-js .multi-angle-main-cam-label {
    height: 22px;
    font-size: 12px;
  }
}

.video-js.single-view-enabled .multi-angle-main-cam-label {
  display: none;
}

/* scroll buttons */
.video-js .multi-angle-scroll-button {
  background-color: #d1d1d2;
  border: none;
  color: #000000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  cursor: pointer;
  border-radius: 7px;
  height: 12px;
  box-shadow: 0 0 10px #000000;
}

.video-js .multi-angle-scroll-button:enabled:active {
  background-color: #a1a1a2;
}

.video-js .multi-angle-scroll-button:disabled {
  opacity: 0.5;
}

.video-js.single-view-enabled .multi-angle-scroll-button {
  display: none;
}

.video-js .multi-angle-scroll-up-button {
  position: absolute;
  top: 3px;
  right: 20px;
}

.video-js .multi-angle-scroll-down-button {
  position: absolute;
  bottom: 3px;
  right: 20px;
}

/* controlbar */
.video-js.multi-view-enabled .vjs-control-bar {
  width: auto;
}

/* WebVTT text */
.video-js .vjs-iniplayer-text-display .cue {
  font-size: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3px;
  margin: 3px;
}

/* multiangle-toggle-control */
.video-js .vjs-multiangle-toggle-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-multiangle-toggle-control .vjs-icon-placeholder {
  background: url("https://static.beyondlive.com/image/a2f15b4d693d4aa9a2770b3f0719d5cc.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 30px;
}

.video-js.single-view-enabled .vjs-multiangle-toggle-control .vjs-icon-placeholder {
  background: url("https://static.beyondlive.com/image/2e3fe72df6e04c8f9419f9bf4e02ac0e.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 30px;
}