body {
  background-color: #85CCF0;
  color: white;
}

body.no-scroll {
  overflow: hidden;
}

.hisplayer-not-web #hisplayer-back,
.hisplayer-not-web #page-logo:not(.landing-page),
.hisplayer-leanback #hisplayer-back,
.hisplayer-leanback #page-logo:not(.landing-page) {
  display: none;
}

.hisplayer-not-web #player-container {
  height: 100%;
  left: 0px;
  padding-top: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

#hisplayer-error {
  display: none;
  background: red;
  font-size: 24px;
  left: 100px;
  padding: 10px 20px;
  position: fixed;
  right: 100px;
  text-align: center;
  top: 0px;
  word-break: break-all;
  z-index: 3;
}

#hisplayer-back {
  cursor: pointer;
  height: 25px;
  left: 20px;
  position: fixed;
  top: 20px;
  width: 25px;
}

#page-logo {
  height: 75px;
  margin-bottom: 25px;
  margin-left: 15%;
  margin-right: 15%;
  object-fit: contain;
  width: 70%;
}

#page-logo.verimatrix-logo {
  height: 90px;
  margin-bottom: unset;
}

#page-logo.jscrambler-logo {
  height: 40px;
}

#sdk-version {
  background-color: white;
  border-radius: 10px;
  bottom: 2.5%;
  color: black;
  font-size: 15px;
  padding: 0px 5px;
  position: fixed;
  right: 2.5%;
  z-index: 1;
}

#glcanvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
}

#player-container {
  margin: auto;
  padding-top: calc(56.25 * 0.75%);
  position: relative;
  width: 75%;
}

@media (max-width: 600px) {
  #player-container {
    padding-top: 56.25%;
    width: 100%;
  }
}

#player {
  background-color: black;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
}

.cards {
  display: block;
  height: calc(100vh - 120px);
  height: calc(100svh - 120px);
  padding-bottom: 10px;
  overflow: scroll;
}
.cards::-webkit-scrollbar {
  display: none;
}
.card {
  align-items: center;
  background: radial-gradient(ellipse 250px 50px, #316DCC, #444444);
  border: 2px solid #316DCC;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  float: left;
  justify-content: center;
  overflow: visible;
  outline: none;
  position: relative;
  padding: .5rem;
  margin: .5rem;
  width: calc(33.3333% - 1rem);
}
@media (max-width: 350px) {
  .card {
    width: calc(100% - 1rem);
  }
  .card:last-child {
    margin-bottom: 4em;
  }
}
@media (max-width: 600px) and (min-width: 351px) {
  .card {
    width: calc(50% - 1rem);
    min-height: 15%;
  }
  .card:last-child {
    margin-bottom: 4em;
  }
}
.card:focus {
  background: radial-gradient(#5CA2ED, #467ED6);
  border-color: #467ED6;
}
.card.hisplayer-hidden {
  display: none;
}
.title {
  color: white;
  text-shadow: 1px 1px gray;
  font-size: 20px;
  text-align: center;
}
.card:focus > .title {
  color: white;
  text-shadow: none;
}
.card > img {
  margin-bottom: 5px;
  max-width: 100%;
}

#watermark-controls {
  display: block;
  position: relative;
  height: auto;
  width: fit-content;
  margin-top: 3%;
  margin-bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
}

#watermark-visibility-button {
  display: inline-block;
  margin: 10px;
}

#watermark-option {
  display: inline-block;
  margin: 10px;
  text-shadow: 1px 1px black;
}