#label_cont {
  height: 38.25vw;
  width: 68vw;
  position: fixed;
  top: 50vh;
  margin-top: -19.12496vw;
  left: 50vw;
  margin-left: -34vw;
}
#label_cont #respawn_video {
  height: 38.25vw;
  width: 68vw;
  z-index: 10;
}
#label_cont .label {
  position: absolute;
  opacity: 0;
  padding: 1vw 1.25vw;
  font-size: 1.25vw;
  border-radius: 1.5vw;
  pointer-events: none;
  z-index: 999;
}
#label_cont .label a {
  text-decoration: none;
  font-family: "Comic Sans MS", cursive, sans-serif;
}
#label_cont .label.dark {
  border: 0.25vw green solid;
  background-color: rgba(0, 200, 0, 0.3);
}
#label_cont .label.dark a {
  color: green;
}
#label_cont .label.light {
  border: 0.25vw rgba(255, 255, 255, 0.6) solid;
  background-color: rgba(0, 200, 0, 0.3);
}
#label_cont .label.light a {
  color: white;
}
#label_cont .label.big {
  font-size: 1.75vw;
}
#label_cont .label.view {
  opacity: 1;
  pointer-events: auto;
}
video::-webkit-media-controls-fullscreen-button {
  display: none;
}
