:root {
  --logo-src: url("../logo-novacast-hd.png");
  --logo-size: 62px;
}

html,
body,
.novacast-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

body {
  background: #000;
}

.novacast-wrapper {
  position: fixed;
  inset: 0;
  isolation: isolate;
}

.novacast-wrapper .video-js {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.novacast-wrapper .video-js .vjs-tech {
  object-fit: contain;
}

.tap-button {
  border: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.vjs-novacast-control {
  order: 9;
  width: 78px !important;
  cursor: default !important;
}

.vjs-novacast-control::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 22px;
  background: var(--logo-src) center / contain no-repeat;
  content: "";
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 70%));
}

.no-script {
  position: absolute;
  inset: 0;
  z-index: 1000;
  display: grid;
  background: #050505;
  color: #fff;
  place-items: center;
}

.domain-message {
  position: absolute;
  inset: 0;
  z-index: 1000;
  display: grid;
  margin: 0;
  padding: 24px;
  background: #000;
  color: #fff;
  font: 700 15px/1.4 "Roboto", sans-serif;
  text-align: center;
  place-items: center;
}

@media (max-width: 640px) {
  .vjs-novacast-control {
    width: 58px !important;
  }

  .vjs-novacast-control::after {
    width: 52px;
    height: 18px;
  }
}
