﻿html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  /*    font-family: 'Roboto';*/
  /*height: 100%;*/
  background-color: #071239; }

.audio-log {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 0;
  height: 20%;
  width: 100%;
  background-color: white;
  color: black;
  overflow: hidden;
  overflow-y: auto; }

#main-container {
  background-color: whitesmoke;
  min-height: 100vh;
  overflow: hidden; }

.minvh100 {
  min-height: 100vh; }

.clickable {
  cursor: pointer; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.App-header {
  background-color: #222;
  height: 40px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; }
  .App-header h1 {
    font-size: 1em;
    font-weight: 200; }

.App-logo {
  height: 60%;
  width: auto; }

.App-main {
  position: relative;
  width: 100vw;
  height: 100vh; }
  .App-main #ios-ready-btn {
    position: absolute;
    z-index: 10; }

.App-control-container {
  position: absolute;
  height: 100%;
  left: 0vh;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start; }
  @media (orientation: landscape) {
    .App-control-container {
      width: 8vh; } }
  @media (orientation: portrait) {
    .App-control-container {
      width: 8vh; } }
  .App-control-container.background {
    background: #061238;
    border-right: 0.3vh solid white; }
  .App-control-container.hidden {
    display: none; }
  .App-control-container .ots-video-control {
    width: 65%;
    height: 6%;
    margin: 25% 12% 1% 3% !important;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .App-control-container .ots-video-control.disabled {
      pointer-events: none;
      opacity: 0.4; }
    .App-control-container .ots-video-control.menu {
      background-image: url(../images/icons/icon-menu.png);
      background-position: center;
      background-size: 60%; }

@media (orientation: landscape) and (hover: hover) {
  .App-control-container .ots-video-control.menu:hover .toggletooltip {
    visibility: visible;
    opacity: 1; } }
    .App-control-container .ots-video-control.audio {
      background-image: url(../images/icons/icon-mic-on.png) !important;
      background-position: center;
      background-size: 50%; }
      @media (orientation: landscape) {
        .App-control-container .ots-video-control.audio.muted {
          background-image: url(../images/icons/icon-mic-off.png) !important; } }

@media (orientation: landscape) and (hover: hover) {
  .App-control-container .ots-video-control.audio:hover {
    background-image: url(../images/icons/icon-mic-off.png) !important; }
  .App-control-container .ots-video-control.audio:hover .mutetooltip {
    visibility: visible;
    opacity: 1; } }
      @media (orientation: portrait) {
        .App-control-container .ots-video-control.audio.muted {
          background-image: url(../images/icons/icon-mic-off.png) !important; } }
      .App-control-container .ots-video-control.audio.disabled {
        background-image: url(../images/icons/icon-mic-disabled.png) !important; }
      .App-control-container .ots-video-control.audio.hidden {
        display: none; }
    .App-control-container .ots-video-control.video {
      background-image: url(../images/icons/icon-camera-on.png) !important;
      background-position: center;
      background-size: 60%; }
      @media (orientation: landscape) {
        .App-control-container .ots-video-control.video.muted {
          background-image: url(../images/icons/icon-camera-off.png) !important; } }

@media (orientation: landscape) and (hover: hover) {
  .App-control-container .ots-video-control.video:hover {
    background-image: url(../images/icons/icon-camera-off.png) !important; }
  .App-control-container .ots-video-control.video:hover .videotooltip {
    visibility: visible;
    opacity: 1; } }
      @media (orientation: portrait) {
        .App-control-container .ots-video-control.video.muted {
          background-image: url(../images/icons/icon-camera-off.png) !important; } }
      .App-control-container .ots-video-control.video.disabled {
        background-image: url(../images/icons/icon-camera-disabled.png) !important; }
      .App-control-container .ots-video-control.video.hidden {
        display: none; }
    .App-control-container .ots-video-control.avatar {
      background-image: url(../images/icons/icon-change-avatar.png) !important;
      background-position: center;
      background-size: 60%; }

@media (orientation: landscape) and (hover: hover) {
  .App-control-container .ots-video-control.avatar:hover .avatartooltip {
    visibility: visible;
    opacity: 1; } }
      .App-control-container .ots-video-control.avatar.disabled {
        background-image: url(../images/icons/icon-change-avatar-disabled.png) !important; }
      .App-control-container .ots-video-control.avatar.hidden {
        display: none; }
    .App-control-container .ots-video-control.copy {
      background-image: url(../images/plus.png);
      background-size: contain;
      height: 5%;
      margin-top: 65% !important; }
      @media (hover: hover) {
        .App-control-container .ots-video-control.copy:hover .ktooltip {
          visibility: visible;
          opacity: 1; } }
    .App-control-container .ots-video-control.exit {
      background-image: url(../images/icons/icon-leave.png);
      margin-left: 12% !important;
      background-position: center;
      background-size: 60%; }

@media (orientation: landscape) and (hover: hover) {
  .App-control-container .ots-video-control.exit:hover .exittooltip {
    visibility: visible;
    opacity: 1; } }
    .App-control-container .ots-video-control.leave {
      background-image: url(../images/icons/icon-leave.png);
      margin-left: 12% !important;
      background-position: center;
      background-size: 60%;
      opacity: 0; }

@media (orientation: landscape) and (hover: hover) {
  .App-control-container .ots-video-control.leave:hover .leavetooltip {
    visibility: visible;
    opacity: 1; } }
    .App-control-container .ots-video-control.bti {
      background-image: url(../images/music-notes.png);
      background-size: 50%;
      position: absolute;
      width: 250%;
      height: 23%;
      background-color: #392D9F;
      border: 2px solid #B53DD6;
      margin: 40vh 0% 0% 46vw !important; }
    .App-control-container .ots-video-control.brain-games {
      background-image: url(../images/music-notes.png); }
    .App-control-container .ots-video-control.fullscreen {
      background-image: url(../images/bti/maximise-w.png); }
    .App-control-container .ots-video-control.exit-fullscreen {
      background-image: url(../images/bti/minimise-w.png); }
    .App-control-container .ots-video-control.fullscreen, .App-control-container .ots-video-control.exit-fullscreen {
      background-position: center;
      background-size: contain;
      height: 3%;
      margin-top: 45% !important; }

@media (orientation: landscape) and (hover: hover) {
  .App-control-container .ots-video-control.fullscreen:hover .fullscreentooltip, .App-control-container .ots-video-control.exit-fullscreen:hover .fullscreentooltip {
    visibility: visible;
    opacity: 1; } }

.App-start-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .App-start-container.hidden {
    display: none; }
  .App-start-container .App-start-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bti/button-backer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (orientation: landscape) {
      .App-start-container .App-start-button {
        width: 40vh;
        height: 40vh; } }
    @media (orientation: portrait) {
      .App-start-container .App-start-button {
        width: 35vh;
        height: 35vh; } }
    @media (hover: hover) {
      .App-start-container .App-start-button:hover {
        background-image: url(../images/bti/button-backer-hover.png); } }

.game-in-progress {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bti/empty-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0; }
  @media (orientation: landscape) {
    .game-in-progress {
      width: 35vh;
      height: 35vh; } }
  @media (orientation: portrait) {
    .game-in-progress {
      width: 25vh;
      height: 25vh; } }
  .game-in-progress.hidden {
    display: none !important; }

/* bew = break every word */
@media (orientation: portrait) {
  .bew-when-small {
    white-space: pre-line;
    padding-top: 10px !important; } }

@media (max-width: 512px) {
  .bew-when-small {
    white-space: pre-line;
    padding-top: 10px !important; } }

.in-progress-text, .game-start-text {
  text-align: center;
  color: white;
  margin-bottom: -15px;
  font-weight: bold;
  padding: 20px; }
  @media (orientation: landscape) {
    .in-progress-text, .game-start-text {
      font-size: 2.5vh; } }
  @media (orientation: portrait) {
    .in-progress-text, .game-start-text {
      font-size: 3.5vw;
      margin-top: -2vh; }
      .in-progress-text.play-again, .game-start-text.play-again {
        margin-top: initial; } }
  .in-progress-text.small, .game-start-text.small {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    font-size: 1em;
    font-style: italic;
    font-weight: initial; }

.semi-trans-black-rounded {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px; }

.App-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.App-mask {
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .App-mask.hidden {
    display: none; }
  .App-mask .react-spinner {
    position: absolute; }
  .App-mask .message {
    font-weight: 200; }
    .App-mask .message.with-spinner {
      position: absolute;
      top: 57.5%; }
    .App-mask .message.button {
      border: 1px solid white;
      padding: 20px 40px;
      border-radius: 6px; }

.App-chat-container {
  position: relative;
  top: -376px;
  opacity: 0.7; }

.App-video-container .video-container {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.5s ease;
  background-color: #0A123B; }
  .App-video-container .video-container .OT_video-poster {
    z-index: 0; }
  .App-video-container .video-container.hidden {
    display: none; }
  .App-video-container .video-container.screen {
    position: absolute; }
  .App-video-container .video-container.camera .OT_widget-container {
    border-radius: 20px;
    border: 5px solid #071239; }
  @media (orientation: portrait) {
    .App-video-container .video-container.camera .OT_subscriber .user-name-container, .App-video-container .video-container.camera .OT_publisher .user-name-container {
      display: none !important; }
    .App-video-container .video-container.camera .OT_subscriber .user-score-container-end, .App-video-container .video-container.camera .OT_publisher .user-score-container-end {
      height: 10vh;
      width: 10vh;
      right: 0;
      left: 0;
      bottom: 15px;
      margin: auto !important; }
      .App-video-container .video-container.camera .OT_subscriber .user-score-container-end .user-score-end, .App-video-container .video-container.camera .OT_publisher .user-score-container-end .user-score-end {
        text-align: center;
        color: white;
        position: absolute;
        font-size: 5vh; } }
  @media (orientation: landscape) {
    .App-video-container .video-container.camera .OT_subscriber .user-score-container-end, .App-video-container .video-container.camera .OT_publisher .user-score-container-end {
      height: 17vh;
      width: 17vh;
      right: 0;
      left: 0;
      bottom: 15px;
      margin: auto !important; }
      .App-video-container .video-container.camera .OT_subscriber .user-score-container-end .user-score-end, .App-video-container .video-container.camera .OT_publisher .user-score-container-end .user-score-end {
        text-align: center;
        color: white;
        position: absolute;
        font-size: 7vh; }
    .App-video-container .video-container.camera .OT_subscriber .user-name-container, .App-video-container .video-container.camera .OT_publisher .user-name-container {
      bottom: 18px;
      right: 30px; }
      .App-video-container .video-container.camera .OT_subscriber .user-name-container .user-name, .App-video-container .video-container.camera .OT_publisher .user-name-container .user-name {
        right: 25%; } }
  .App-video-container .video-container.camera .OT_subscriber .user-score-container, .App-video-container .video-container.camera .OT_publisher .user-score-container {
    bottom: 10px;
    margin-bottom: 0%;
    right: 10px; }
    .App-video-container .video-container.camera .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera .OT_publisher .user-score-container .user-score-popup {
      bottom: 0.2vh; }
      .App-video-container .video-container.camera .OT_subscriber .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera .OT_publisher .user-score-container .user-score-popup.fade-animation {
        transition: 2s margin-bottom;
        margin-bottom: 100% !important; }
    .App-video-container .video-container.camera .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera .OT_publisher .user-score-container .user-score-popup {
      right: 0.2vw; }
  .App-video-container .video-container.camera.active-2 {
    /* User Name and Score */ }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-2 {
        flex-wrap: wrap; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber, .App-video-container .video-container.camera.active-2 .OT_publisher {
          width: 100% !important;
          height: 50% !important; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-2 .OT_subscriber, .App-video-container .video-container.camera.active-2 .OT_publisher {
        width: 50%; } }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-name-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-name-container {
        bottom: 18px;
        left: 30px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-name-container .user-name, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-name-container .user-name {
          left: 25%; }
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-name-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-name-container {
        top: 18px;
        right: 30px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-name-container .user-name, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-name-container .user-name {
          right: 25%; } }
  .App-video-container .video-container.camera.active-3 {
    /* check if height is more than width, if so split 2 top 1 bottom*/
    /* User Name and Score */ }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-3 {
        flex-wrap: wrap; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber, .App-video-container .video-container.camera.active-3 .OT_publisher {
          width: 50% !important;
          height: 50% !important; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3), .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) {
            width: 100% !important; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-3 {
        flex-wrap: wrap; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber, .App-video-container .video-container.camera.active-3 .OT_publisher {
          width: 50% !important;
          height: 50% !important; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3), .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) {
            width: 50% !important;
            margin: auto; } }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-name-container {
        top: 18px;
        right: 30px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-name-container .user-name {
          right: 25%; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-name-container {
        bottom: 18px;
        left: 30px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-name-container .user-name {
          left: 25%; } }
  .App-video-container .video-container.camera.active-4 {
    flex-wrap: wrap; }
    .App-video-container .video-container.camera.active-4 .OT_subscriber, .App-video-container .video-container.camera.active-4 .OT_publisher {
      width: 50% !important;
      height: 50% !important; }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-name-container {
        top: 18px;
        right: 30px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-name-container .user-name {
          right: 25%; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-name-container {
        bottom: 18px;
        left: 30px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-name-container .user-name {
          left: 25%; } }
  .App-video-container .video-container.camera.active-5, .App-video-container .video-container.camera.active-6 {
    flex-wrap: wrap; }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-5 .OT_subscriber, .App-video-container .video-container.camera.active-5 .OT_publisher, .App-video-container .video-container.camera.active-6 .OT_subscriber, .App-video-container .video-container.camera.active-6 .OT_publisher {
        width: 50% !important;
        height: calc(100%/3) !important; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          right: 10px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-5 .OT_subscriber .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher .user-score-container .user-score-popup {
            right: 0.2vw; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-5 .OT_subscriber, .App-video-container .video-container.camera.active-5 .OT_publisher, .App-video-container .video-container.camera.active-6 .OT_subscriber, .App-video-container .video-container.camera.active-6 .OT_publisher {
        width: calc(100%/3) !important;
        height: 50% !important; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container {
          top: 10px;
          margin-top: 0%;
          margin-bottom: initial;
          right: 10px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
            top: 0.2vh;
            bottom: initial; }
            .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-top;
              margin-top: 100% !important; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
            right: 0.2vw; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-name-container {
          top: 18px;
          right: 30px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-name-container .user-name {
            right: 25%; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          left: 10px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup {
            left: 0.2vw;
            right: initial; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-name-container {
          bottom: 18px;
          left: 30px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-name-container .user-name {
            left: 25%; } }
  .App-video-container .video-container.camera.active-7, .App-video-container .video-container.camera.active-8 {
    flex-wrap: wrap; }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-7 .OT_subscriber, .App-video-container .video-container.camera.active-7 .OT_publisher, .App-video-container .video-container.camera.active-8 .OT_subscriber, .App-video-container .video-container.camera.active-8 .OT_publisher {
        width: 50% !important;
        height: 25% !important; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          right: 10px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-7 .OT_subscriber .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher .user-score-container .user-score-popup {
            right: 0.2vw; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-7 .OT_subscriber, .App-video-container .video-container.camera.active-7 .OT_publisher, .App-video-container .video-container.camera.active-8 .OT_subscriber, .App-video-container .video-container.camera.active-8 .OT_publisher {
        width: 25% !important;
        height: 50% !important; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container {
          top: 10px;
          margin-top: 0%;
          margin-bottom: initial;
          right: 10px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
            top: 0.2vh;
            bottom: initial; }
            .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-top;
              margin-top: 100% !important; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
            right: 0.2vw; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-name-container {
          top: 18px;
          right: 30px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-name-container .user-name {
            right: 25%; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          left: 10px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup {
            left: 0.2vw;
            right: initial; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-name-container {
          bottom: 18px;
          left: 30px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-name-container .user-name {
            left: 25%; } }

progress-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-animation: rotate 800ms linear infinite;
  animation: rotate 800ms linear infinite; }
  progress-spinner[dark] {
    border-top-color: rgba(255, 255, 255, 0.6); }
  progress-spinner[dotted] {
    border-width: 0;
    border-style: dotted;
    border-top-width: 2px; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ots-text-chat .ots-messages-holder {
  height: 285px !important; }

.ots-text-chat .ots-send-message-box .ots-character-count {
  bottom: 0px !important;
  right: -70px !important; }

.ktooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 44.35vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .ktooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .ktooltip {
      left: 10vw; } }
  .ktooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.toggletooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 3vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .toggletooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .toggletooltip {
      left: 10vw; } }
  .toggletooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.mutetooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 10vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .mutetooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .mutetooltip {
      left: 10vw; } }
  .mutetooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.videotooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 19vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .videotooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .videotooltip {
      left: 10vw; } }
  .videotooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.avatartooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 27vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .avatartooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .avatartooltip {
      left: 10vw; } }
  .avatartooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.fullscreentooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 35.15vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .fullscreentooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .fullscreentooltip {
      left: 10vw; } }
  .fullscreentooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.exittooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 51.65vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .exittooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .exittooltip {
      left: 10vw; } }
  .exittooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.leavetooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 59vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .leavetooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .leavetooltip {
      left: 10vw; } }
  .leavetooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.fill-height {
  height: 100% !important; }

.fullscreen-control-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 80; }
  @media (orientation: landscape) {
    .fullscreen-control-wrapper {
      height: calc(5vh + 20px);
      width: calc(5vh + 20px); } }
  @media (orientation: portrait) {
    .fullscreen-control-wrapper {
      height: calc(10vw + 20px);
      width: calc(10vw + 20px); } }
  @media (hover: hover) {
    .fullscreen-control-wrapper:hover .fullscreen-control {
      animation-name: slideInDown; }
    .fullscreen-control-wrapper:not(:hover) .fullscreen-control {
      animation-name: slideOutUp; } }
  .fullscreen-control-wrapper .fullscreen-control {
    position: fixed;
    margin-top: 20px;
    margin-right: 20px;
    z-index: 100; }
    @media (orientation: landscape) {
      .fullscreen-control-wrapper .fullscreen-control {
        height: 5vh; } }
    @media (orientation: portrait) {
      .fullscreen-control-wrapper .fullscreen-control {
        height: 10vw; } }

.user-name-container {
  position: absolute;
  background-image: linear-gradient(#9373FD, #251D72);
  border: 0.1vh solid white !important;
  border-radius: 500px;
  filter: drop-shadow(5px 5px 2px black);
  width: 28vh;
  height: 4vh;
  z-index: 9;
  /* left: 0; */ }
  .user-name-container .user-name {
    text-align: center;
    color: white;
    position: absolute;
    font-size: 2.4vh;
    font-weight: normal;
    text-shadow: 2px 2px 4px black;
    overflow: hidden;
    /* line-height: 1em; */
    word-wrap: break-word;
    max-height: 1.5em;
    text-overflow: ellipsis;
    white-space: pre;
    width: 70%; }

.user-score-container {
  position: absolute;
  font-weight: bold;
  z-index: 10;
  background-image: linear-gradient(#0544FE, #B141E8);
  border-radius: 100%;
  border: 0.1vh solid white !important;
  box-shadow: inset 0px 6px 7px 2px #5069FC;
  /* background-image: url(../images/bti/score-circle-5.png); */
  /* background-position: center; */
  background-repeat: no-repeat;
  /* background-size: cover; */
  bottom: 10px;
  right: 10px;
  height: 6vh;
  width: 6vh; }
  @media (orientation: landscape) {
    .user-score-container {
      font-size: 0.75em; } }
  @media (orientation: portrait) {
    .user-score-container {
      font-size: 0.6em; } }
  .user-score-container .user-score {
    text-align: center;
    color: white;
    position: absolute;
    font-size: 3vh;
    text-shadow: 2px 2px 4px black; }
  .user-score-container .user-score-popup {
    /*padding: 15px 10px;
        border-radius: 50px;
        background-image: linear-gradient(#9373FD, #251D72);
        border: 0.1vh solid white !important;*/
    text-shadow: 2px 2px 15px black;
    text-align: center;
    color: white;
    position: absolute;
    font-size: 4vh;
    font-weight: bold;
    z-index: 10;
    bottom: 0.2vh;
    right: 0.2vw;
    margin-bottom: 0%; }
    .user-score-container .user-score-popup.fade-animation {
      transition: 2s margin-bottom;
      margin-bottom: 100% !important; }

.user-score-container-end {
  position: absolute;
  /*z-index: 10;*/
  background-image: linear-gradient(#0544FE, #B141E8);
  border-radius: 100%;
  border: 0.1vh solid white !important;
  box-shadow: inset 0px 6px 7px 2px #5069FC;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto !important; }

#bti-game {
  position: absolute;
  overflow: hidden;
  z-index: 11; }
  #bti-game.blue-mask {
    background-color: #071239;
    opacity: 0.6; }
  #bti-game .text-light-sans {
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal; }
  #bti-game .text-bold-sans {
    font-family: open-sans, sans-serif;
    font-weight: 700;
    font-style: normal; }
  #bti-game .info-text {
    text-align: center; }
    @media (orientation: landscape) {
      #bti-game .info-text {
        font-size: 5vh; } }
    @media (orientation: portrait) {
      #bti-game .info-text {
        font-size: 8vw; } }
  #bti-game .point-count-text {
    font-size: 4em; }
  #bti-game #bti-intro {
    height: 100%;
    width: 100%; }
    @media (orientation: landscape) {
      #bti-game #bti-intro .bti-logo {
        height: 50vh; } }
    @media (orientation: portrait) {
      #bti-game #bti-intro .bti-logo {
        height: 65vw; } }
  #bti-game #bti-round {
    height: 100%;
    width: 100%; }
    #bti-game #bti-round .round-section {
      position: absolute;
      background-image: linear-gradient(#0D226B, #061238);
      border: 0.2vh solid #293A70;
      border-radius: 500px;
      filter: drop-shadow(5px 5px 2px black);
      left: 0;
      right: 0;
      top: 75px;
      margin: auto;
      display: flex;
      flex-direction: column; }
      @media (orientation: landscape) {
        #bti-game #bti-round .round-section {
          height: 6vh;
          width: 34vh; } }
      @media (orientation: portrait) {
        #bti-game #bti-round .round-section {
          height: 6vh;
          width: 30vh; } }
      #bti-game #bti-round .round-section.hidden {
        display: none; }
    @media (orientation: landscape) {
      #bti-game #bti-round .round-text {
        font-size: 2vh;
        font-weight: bold;
        color: white;
        text-align: center;
        top: 0;
        bottom: 0;
        margin: auto; } }
    @media (orientation: portrait) {
      #bti-game #bti-round .round-text {
        font-size: 2vh;
        font-weight: bold;
        color: white;
        text-align: center;
        top: 0;
        bottom: 0;
        margin: auto; } }
    #bti-game #bti-round .round-counter {
      font-size: 6vh;
      font-weight: bolder;
      color: white;
      text-align: center;
      margin-top: -1vh; }
    @media (orientation: landscape) {
      #bti-game #bti-round .bti-music-playing {
        height: 50vh; }
        #bti-game #bti-round .bti-music-playing.smaller {
          height: 50vh; } }
    @media (orientation: portrait) {
      #bti-game #bti-round .bti-music-playing {
        height: 60vw; }
        #bti-game #bti-round .bti-music-playing.smaller {
          height: 50vw; }
        #bti-game #bti-round .bti-music-playing.hidden {
          display: none !important; } }
    #bti-game #bti-round .info-text-game {
      position: absolute;
      text-align: center;
      color: white;
      width: 32vh;
      margin: auto;
      left: 0;
      right: 0;
      padding: 15px;
      font-size: 4vh; }
      @media (max-width: 480px) {
        #bti-game #bti-round .info-text-game {
          padding: 20px;
          font-size: 2.5vh; } }
      #bti-game #bti-round .info-text-game.counter {
        font-size: 10vh;
        font-weight: bolder; }
      #bti-game #bti-round .info-text-game.score-countdown {
        font-size: 8vh;
        margin-top: 1vh; }
    #bti-game #bti-round .bti-music-image {
      width: 100%;
      height: 100%; }
    #bti-game #bti-round #bti-answer {
      background-image: url(../images/bti/empty-circle.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 20; }
      @media (orientation: landscape) {
        #bti-game #bti-round #bti-answer {
          height: 70vh;
          width: 70vh; } }
      @media (orientation: portrait) {
        #bti-game #bti-round #bti-answer {
          height: 40vh;
          width: 40vh;
          overflow: hidden;
          position: relative;
          top: -2vw; } }
      @media (orientation: landscape) {
        #bti-game #bti-round #bti-answer .album-art {
          height: 25vh;
          width: 25vh; } }
      @media (orientation: portrait) {
        #bti-game #bti-round #bti-answer .album-art {
          height: 17.5vh;
          width: 17.5vh; } }
      #bti-game #bti-round #bti-answer .answer-container {
        padding-top: 10px;
        width: 100%; }
        #bti-game #bti-round #bti-answer .answer-container .answer-text {
          text-align: center;
          margin-bottom: 2px; }
          @media (orientation: landscape) {
            #bti-game #bti-round #bti-answer .answer-container .answer-text {
              max-width: 60vh; }
              #bti-game #bti-round #bti-answer .answer-container .answer-text.answer-track {
                font-size: 2.5vh;
                line-height: 31px;
                width: 60%;
                margin: auto; }
              #bti-game #bti-round #bti-answer .answer-container .answer-text.answer-artist {
                font-size: 2.2vh;
                width: 60%;
                margin: auto; } }
          @media (orientation: portrait) {
            #bti-game #bti-round #bti-answer .answer-container .answer-text {
              max-width: 35vh; }
              #bti-game #bti-round #bti-answer .answer-container .answer-text.answer-track {
                font-size: 2.2vh;
                line-height: 31px;
                width: 60%;
                margin: auto; }
              #bti-game #bti-round #bti-answer .answer-container .answer-text.answer-artist {
                font-size: 1.8vh;
                width: 60%;
                margin: auto; } }
    #bti-game #bti-round #bti-options {
      max-width: 100%;
      z-index: 10000; }
      #bti-game #bti-round #bti-options .question-container {
        background-image: linear-gradient(#FBFBFD, #C1C1E5);
        border-radius: 500px;
        filter: drop-shadow(5px 5px 2px black);
        height: 16vh;
        width: 30vw;
        max-width: 340px;
        margin-bottom: 5px;
        /* for showing correct answer when not selected */ }
        @media (orientation: portrait) {
          #bti-game #bti-round #bti-options .question-container {
            width: 60vw;
            height: 7vh;
            margin-bottom: 2vh; } }
        @media (orientation: landscape) {
          #bti-game #bti-round #bti-options .question-container {
            max-height: 75px; } }
        #bti-game #bti-round #bti-options .question-container.selected .artist, #bti-game #bti-round #bti-options .question-container.selected .track, #bti-game #bti-round #bti-options .question-container.correct .artist, #bti-game #bti-round #bti-options .question-container.correct .track, #bti-game #bti-round #bti-options .question-container.wrong .artist, #bti-game #bti-round #bti-options .question-container.wrong .track {
          color: #FFFFFF !important; }
        #bti-game #bti-round #bti-options .question-container.selected {
          background-image: linear-gradient(#F5D32E, #F0A501); }
          #bti-game #bti-round #bti-options .question-container.selected.correct {
            background-image: linear-gradient(#4BDA78, #24A619); }
          #bti-game #bti-round #bti-options .question-container.selected.wrong {
            background-image: linear-gradient(#FC595A, #AA0607); }
        #bti-game #bti-round #bti-options .question-container.correct {
          background-image: linear-gradient(#4BDA78, #24A619); }
        @media (orientation: landscape) {
          #bti-game #bti-round #bti-options .question-container .artist {
            padding-top: 1.8vh; }
            #bti-game #bti-round #bti-options .question-container .artist.safari {
              padding-top: 0.8em; }
            #bti-game #bti-round #bti-options .question-container .artist.is-mobile {
              padding-top: 0.3em; } }
        @media (orientation: portrait) {
          #bti-game #bti-round #bti-options .question-container .artist {
            padding-top: 0.5vh; } }
        #bti-game #bti-round #bti-options .question-container .artist, #bti-game #bti-round #bti-options .question-container .track {
          color: #071239;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          overflow: hidden; }
          @media (orientation: landscape) {
            #bti-game #bti-round #bti-options .question-container .artist, #bti-game #bti-round #bti-options .question-container .track {
              font-size: 1.1em; }
              #bti-game #bti-round #bti-options .question-container .artist.twentyplus, #bti-game #bti-round #bti-options .question-container .track.twentyplus {
                font-size: 1em; }
              #bti-game #bti-round #bti-options .question-container .artist.thirtyplus, #bti-game #bti-round #bti-options .question-container .track.thirtyplus {
                font-size: 0.8em; }
              #bti-game #bti-round #bti-options .question-container .artist.fortyplus, #bti-game #bti-round #bti-options .question-container .track.fortyplus {
                font-size: 0.7em; } }
          @media (orientation: portrait) {
            #bti-game #bti-round #bti-options .question-container .artist, #bti-game #bti-round #bti-options .question-container .track {
              font-size: 2vh; }
              #bti-game #bti-round #bti-options .question-container .artist.twentyplus, #bti-game #bti-round #bti-options .question-container .track.twentyplus {
                font-size: 1.8vh; }
              #bti-game #bti-round #bti-options .question-container .artist.thirtyplus, #bti-game #bti-round #bti-options .question-container .track.thirtyplus {
                font-size: 1.6vh; }
              #bti-game #bti-round #bti-options .question-container .artist.fortyplus, #bti-game #bti-round #bti-options .question-container .track.fortyplus {
                font-size: 1.4vh; } }
  @media (orientation: landscape) {
    #bti-game .bti-option-container {
      width: auto;
      padding-right: 1vh;
      padding-left: 1vh; } }
  @media (orientation: portrait) {
    #bti-game .bti-option-container {
      width: 100%; } }
  #bti-game #bti-game-complete #bti-final {
    background-image: url(../images/bti/empty-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (orientation: landscape) {
      #bti-game #bti-game-complete #bti-final {
        height: 50vh;
        width: 50vh; } }
    @media (orientation: portrait) {
      #bti-game #bti-game-complete #bti-final {
        height: 30vh;
        width: 30vh; } }
    @media (orientation: landscape) {
      #bti-game #bti-game-complete #bti-final p {
        max-width: 40vh; } }
    @media (orientation: portrait) {
      #bti-game #bti-game-complete #bti-final p {
        max-width: 45vw;
        font-size: 3vh; } }

@media (orientation: portrait) {
  .genre-pick-box {
    width: 100vw;
    height: 70vh;
    position: absolute;
    top: 15%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-image: url(../images/bti/empty-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120vw;
    left: 0;
    right: 0;
    /* top: 20px; */
    z-index: 1041;
    display: none;
    justify-content: center;
    align-items: center; } }

@media (orientation: landscape) {
  .genre-pick-box {
    width: 64vh;
    height: 70vh;
    position: absolute;
    top: 15%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-image: url(../images/bti/empty-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 67vh;
    left: 0;
    right: 0;
    /* top: 20px; */
    z-index: 1041;
    display: none;
    justify-content: center;
    align-items: center; } }

.header-text {
  margin: auto;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 2.5vh; }

.genre-list-box {
  position: relative;
  margin: auto;
  height: 26vh;
  justify-content: center; }

@media (orientation: portrait) {
  .genre-header {
    height: 8vh;
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 17.5vh; }
  .genre-selection {
    background-image: linear-gradient(#FBFBFD, #C1C1E5);
    border-radius: 500px;
    filter: drop-shadow(5px 5px 2px black);
    height: 20%;
    width: 28vh;
    position: relative;
    margin: auto;
    margin-bottom: 1.5vh;
    display: flex; }
  .genre-button-box {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: -5vh; } }

@media (orientation: landscape) {
  .genre-header {
    height: 8vh;
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 14.5vh; }
  .genre-selection {
    background-image: linear-gradient(#FBFBFD, #C1C1E5);
    border-radius: 500px;
    filter: drop-shadow(5px 5px 2px black);
    height: 25%;
    width: 30vh;
    position: relative;
    margin: auto;
    margin-bottom: 1.5vh;
    display: flex; }
  .genre-button-box {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: -1vh; } }

@media (hover: hover) {
  .genre-selection:hover {
    background-image: linear-gradient(#F5D32E, #F0A501); } }

.genre-text {
  text-align: center;
  margin: auto;
  font-size: 2.3vh;
  font-weight: bold;
  text-transform: capitalize; }

.refresh-btn {
  background-image: linear-gradient(#0046FF, #0046FF);
  border-radius: 500px;
  filter: drop-shadow(5px 5px 2px black);
  margin: auto;
  width: 18vh;
  font-size: 1.8vh;
  font-weight: bold;
  color: white;
  background-color: #0046FF;
  border-radius: 500px;
  filter: drop-shadow(5px 5px 2px black); }

.cancel-btn {
  filter: drop-shadow(5px 5px 2px black);
  margin: auto;
  width: 19vh;
  height: 4.5vh;
  padding-bottom: 2vh;
  font-size: 1.8vh;
  font-weight: bold;
  color: white;
  text-decoration: underline; }

@media (hover: hover) {
  .cancel-btn:hover {
    color: grey; } }

.score-border {
  /*border: 10px solid !important;
    border-image-source: linear-gradient(#C942E7,#0045FF) !important;
    border-image-slice: 1 !important;
    border-radius: 20px;*/
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), radial-gradient(circle at top left, #C942E7, #0045FF);
  border: double 10px transparent !important;
  border-radius: 30px;
  background-origin: border-box;
  background-clip: content-box, border-box; }

.score-quip-text {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  font-size: 6em;
  font-weight: bold;
  color: white; }

.player-mask {
  width: 100% !important;
  height: 100% !important;
  background: #071239 !important;
  opacity: 0.5 !important; }

.progress-ring {
  z-index: 2000;
  position: absolute;
  transform: rotate(-90deg); }
  @media (orientation: landscape) {
    .progress-ring {
      height: 55vh;
      width: 55vh;
      margin-top: 1.5vh; } }
  @media (orientation: portrait) {
    .progress-ring {
      height: 50vw;
      width: 50vw;
      margin-top: 1vh; } }

.progress-ring__circle {
  transition: 1s stroke-dashoffset linear;
  /* axis compensation */
  transform-origin: 50% 50%;
  stroke: white;
  stroke-width: 2vh;
  fill: transparent;
  margin: auto; }

.timer-and-image-class {
  justify-content: center;
  align-items: center;
  display: flex; }

.final-text {
  font-size: 5vh;
  width: 65%; }

.video-background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: black; }
  .video-background video {
    opacity: 0.3; }

#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width: 100%;
  height: 100%; }

#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width: 100%;
  height: 100%; }

#canvas {
  display: none; }

#camera {
  width: 100%;
  display: inline-block; }

#output {
  width: 100%;
  display: inline-block; }

.contentarea {
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 760px; }

#welcome-message {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  padding: 15px; }

.reconnectWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  padding: 10vh 10vw 10vh 10vw;
  z-index: 20000; }
  .reconnectWrapper .reconnectInfo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-shadow: 2px 2px 15px black;
    height: 100vh;
    width: 100vw; }
  .reconnectWrapper .reconnectInfo h5 {
    font-size: 2em;
    font-weight: 600; }
  .reconnectWrapper .reconnectInfo p {
    font-size: 1em;
    font-weight: 100; }
  .reconnectWrapper .reconnectDetails {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-shadow: 2px 2px 15px black;
    font-size: 1em;
    height: 100vh;
    width: 100vw; }

.surveyWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  padding: 10vh 10vw 10vh 10vw;
  z-index: 20000; }
  .surveyWrapper .surveyInfo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-shadow: 2px 2px 15px black;
    /*height: 100vh;*/
    height: 80vh;
    width: 100vw; }
    .surveyWrapper .surveyInfo .sub-background {
      background: url("../images/subscribe/subscribe-background.png");
      height: 100%;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: auto;
      border: 10px solid white;
      border-radius: 40px;
      max-height: 569px;
      background-color: #0f3296; }
      .surveyWrapper .surveyInfo .sub-background .row-top {
        height: 80px; }
      .surveyWrapper .surveyInfo .sub-background .icon-subscribe {
        width: 100%;
        max-width: 100px; }
      .surveyWrapper .surveyInfo .sub-background .p-subscribe {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0;
        width: 273px;
        margin: auto; }
      .surveyWrapper .surveyInfo .sub-background .sub-subtitle {
        font-size: 21px;
        text-align: center;
        margin: auto;
        font-weight: bold; }
        .surveyWrapper .surveyInfo .sub-background .sub-subtitle .sub-subtitle-a {
          color: #4adca7; }
      .surveyWrapper .surveyInfo .sub-background .sub-logo {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 230px;
        bottom: 90px;
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        border-radius: 20px; }
      .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 274px;
        top: 50px;
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .surveyWrapper .surveyInfo img {
    width: 5vw; }
  .surveyWrapper .surveyInfo h5 {
    font-size: 2em;
    font-weight: 600; }
  .surveyWrapper .surveyInfo p {
    font-size: 1em;
    font-weight: 100; }

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none; }

.rating-stars ul > li.star {
  display: inline-block; }

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 2.5em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */ }

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36; }

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C; }

.zerobyzero {
  height: 0 !important;
  width: 0 !important; }

.dummy-frame-signup {
  position: absolute;
  z-index: 2000;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 5px 15px !important; }
  .dummy-frame-signup a {
    color: white;
    text-decoration: underline; }
  .dummy-frame-signup.first {
    top: 5%;
    right: 17.8vw; }
    @media (max-width: 1200px) {
      .dummy-frame-signup.first {
        display: none; } }
  .dummy-frame-signup.second {
    bottom: 5%;
    left: 17.8vw; }
    @media (max-width: 950px) {
      .dummy-frame-signup.second {
        display: none; } }
  .dummy-frame-signup.third {
    bottom: 5%;
    right: 17.8vw; }
    @media (max-width: 950px) {
      .dummy-frame-signup.third {
        right: 35vw; } }

.loading {
  color: #fff;
  text-align: center; }

.input-wrapper {
  max-width: 320px; }

@media (max-width: 700px) {
  #tooManyGamesHost, #tooManyGames {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding: 7vh 10vw 10vh 10vw; } }

@media (max-width: 640px) {
  .surveyWrapper .surveyInfo .sub-background .sub-subtitle {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 575px) {
  #tooManyGamesHost, #tooManyGames {
    padding: 7vh 10vw 10vh 10vw; }
  .surveyWrapper .surveyInfo .sub-background .sub-subtitle {
    font-size: 16px; }
  .surveyWrapper .surveyInfo .sub-background {
    min-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-height: none; }
  .surveyWrapper .surveyInfo .sub-background .icon-subscribe {
    width: 75%;
    max-width: 75px; }
  .surveyWrapper .surveyInfo .sub-background .row-top {
    height: 60px; }
  .surveyWrapper .surveyInfo .sub-background .icon-padding {
    padding: 0px !important; }
  .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
    top: 5px;
    max-width: 220px; }
  .surveyWrapper .surveyInfo .sub-background .sub-logo {
    max-width: 180px;
    bottom: 60px;
    border-radius: 0; } }

@media (max-width: 375px) {
  .surveyWrapper .surveyInfo .sub-background .icon-subscribe {
    width: 50%;
    max-width: 50px; } }

@media (max-width: 360px) {
  .surveyWrapper .surveyInfo .sub-background .icon-subscribe {
    width: 50%;
    max-width: 50px; }
  .surveyWrapper .surveyInfo .sub-background .sub-logo {
    max-width: 125px;
    bottom: 60px; }
  .surveyWrapper .surveyInfo .sub-background .row-top {
    height: 30px; }
  .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
    max-width: 180px; }
  #tooManyGamesHost, #tooManyGames {
    padding: 9vh 10vw 10vh 10vw; }
  .surveyWrapper .surveyInfo .sub-background .sub-subtitle, .surveyWrapper .surveyInfo .sub-background .p-subscribe {
    font-size: 13px; }
  .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
    top: 35px;
    max-width: 180px; } }

@media (max-width: 350px) {
  .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
    top: -10px;
    max-width: 150px; } }

#login-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

.overlay-center-icon-login-small {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 750px;
  max-height: 750px; }

.logo-login-small {
  z-index: 1;
  margin-top: -12%; }

.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 14px;
  height: 53px;
  line-height: 1.42857;
  padding: 12px 42.5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 302px;
  margin: auto;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: black; }
  .form-control.stripe {
    padding: 15px 42.5px; }

.login-box-join, .register-box {
  width: 410px;
  margin: auto;
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  top: 278px;
  bottom: 0;
  padding-top: 42px; }

.login-box, .register-box {
  width: 360px;
  margin: auto;
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  top: 278px;
  bottom: 0;
  padding-top: 42px; }

.login-page, .register-page {
  background: #d2d6de; }

.login-logo, .register-logo {
  /* font-size: 35px; */
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300; }

.account-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 10px 20px;
  position: relative;
  color: white;
  max-width: 500px;
  padding: 0px 5px; }

.login-box-body, .register-box-body {
  background: transparent;
  padding: 20px;
  border-top: 0;
  color: white; }

.has-feedback {
  position: relative; }

.form-group {
  margin-bottom: 8px; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
  color: #777; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.icheck > label {
  padding-left: 0; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.social-links a {
  text-align: center;
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  margin-right: 4px; }

.social-links a i {
  font-size: 20px;
  line-height: 34px;
  color: white; }

.fb-color {
  background-color: #4267B2; }

.tw-color {
  background-color: #1DA1F2; }

.ins-color {
  background: linear-gradient(-35deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #fd5949, #fdf497, #fdf497); }

.in-color {
  background-color: #2867B2; }

.login-text {
  font-size: 18px; }

.login-text-or {
  font-size: 18px; }

.padding-form {
  padding-top: 2px; }

.padding-button {
  padding-top: 9px; }

.sign-in-input {
  background-color: #dc4959;
  height: 53px;
  width: 302px;
  margin: 5px auto;
  border-radius: 30px;
  padding: 12px 42.5px;
  padding-right: 42.5px;
  color: white;
  border: 0;
  display: block; }
  .sign-in-input.disabled {
    background-color: dimgrey; }

.text-links-login {
  font-size: 12px;
  color: white; }

.text-links-privacy {
  font-size: 15px;
  color: white; }

.links-login {
  padding-top: 18px;
  margin-left: 28px;
  margin-right: 28px; }

.join-text {
  font-size: 12px; }

.social-links-join {
  height: 35px; }

.join-text-social {
  line-height: 2;
  position: absolute;
  padding-left: 5px;
  font-size: 15px; }

.started-text {
  font-size: 22px; }

.started-text-join {
  font-size: 26px; }

.join-email {
  padding-top: 15px !important; }

.social-links-mobile {
  width: 195px;
  margin: auto; }

@media only screen and (max-width: 1640px) {
  .login-box-join, .register-box {
    padding-top: 0px !important; }
  .login-box, .register-box {
    padding-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .text-links-privacy {
    font-size: 13px; }
  .icon-login-small {
    display: none !important; }
  .login-box, .register-box {
    top: 230px;
    padding-top: 0; }
  #privacy-links-bottom {
    display: none !important; }
  #privacy-links-top {
    display: block !important; }
  .login-box-join, .register-box {
    top: 230px; }
  .mobile-screen-social {
    display: block !important; }
  .full-screen-social {
    display: none !important; }
  #mobile-login-image {
    display: block !important; }
  /* #login-video {
        display: none !important;
    } */
  .login-text {
    font-size: 22px; }
  .login-text-or {
    font-size: 18px; }
  /*.logo-login-small {
        margin-top: initial;
    }*/ }

@media only screen and (max-width: 410px) {
  .logo-started {
    margin: 0px 80px auto !important; }
  .logo-join {
    margin: 0px 70px auto !important; } }

.text-semibold-sans {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal; }

.valsum {
  position: relative;
  max-width: 450px; }
  .valsum ul {
    list-style: none;
    text-align: center;
    padding-left: 0px;
    color: orangered;
    font-weight: bold; }

.nickname-error {
  color: orangered;
  font-weight: bold; }

.bring-to-top {
  z-index: 1;
  position: relative; }

.game-inv-link {
  max-width: 400px;
  padding: 2px 5px;
  color: white;
  -ms-word-break: break-all;
  word-break: break-all; }

.copy-btn:hover .ktooltip {
  visibility: visible;
  opacity: 1; }

.facebook-login {
  background-image: url(/images/fb-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: relative;
  margin: auto; }

.white-links a {
  color: white;
  text-decoration: underline; }
  .white-links a:hover {
    color: #0366d6; }

.policy-doc {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding: 2em; }
  .policy-doc h1, .policy-doc h2, .policy-doc h3, .policy-doc h4 {
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .policy-doc h1, .policy-doc h2 {
    padding-top: 0.8em;
    padding-bottom: 0.8em; }
  .policy-doc h1 {
    padding-top: 0.1em; }
  .policy-doc table, .policy-doc th, .policy-doc td {
    border: 1px solid white; }
  .policy-doc th, .policy-doc td {
    padding: 0.5em; }
  .policy-doc table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; }
  .policy-doc div a {
    color: white;
    text-decoration: underline; }
    .policy-doc div a:hover {
      color: #0366d6; }
  .policy-doc .terms ol li, .policy-doc .terms ul li {
    padding-bottom: 0.8em; }

.large-logos {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }
  .large-logos .left-wrapper {
    position: absolute;
    top: 15%;
    left: 10%; }
  .large-logos .right-wrapper {
    position: absolute;
    top: 15%;
    right: 10%; }
  @media (max-width: 1250px) {
    .large-logos {
      display: none; } }

@media (min-width: 1251px) {
  .small-logos {
    display: none; } }

.small-logos .row .col {
  display: flex; }
  .small-logos .row .col img {
    margin-left: auto;
    margin-right: auto; }

.subscribe-field-small {
  width: auto;
  padding-right: 0.2em !important;
  padding-left: 0.2em !important; }

@media (min-width: 576px) {
  .padding-left-0_5em {
    padding-left: 0.5em; } }

@media (min-width: 576px) {
  .padding-right-0_5em {
    padding-right: 0.5em; } }

.text-manage-link {
  display: none; }
  @media (min-width: 680px) {
    .text-manage-link {
      display: block; } }

.icon-manage-link {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 10px; }
  @media (min-width: 680px) {
    .icon-manage-link {
      display: none; } }

.wrapper-mrg {
  margin-top: 85px; }

.main-background {
  background-color: #040B24; }

.welcome-page-wrapper {
  margin-top: 250px;
  margin-bottom: 250px;
  margin-left: 300px;
  margin-right: 300px; }

.ads-top {
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 970px;
  width: 100%; }

.ads-left {
  height: 980px;
  margin-left: 10px;
  margin-right: 10px;
  width: 250px;
  padding-right: .5rem;
  padding-left: 1.5rem; }

.ads-right {
  height: 1660px;
  margin-left: 10px;
  margin-right: 10px;
  width: 250px;
  padding-left: .5rem;
  padding-right: 1.5rem; }

.ad-break {
  /*border-top: 10px solid #FFFFFF;*/
  border-top: 10px solid transparent;
  margin: 0; }

.ad-break-left {
  /*border-top: 80px solid #FFFFFF;*/
  border-top: 80px solid transparent;
  margin: 0; }

.ads-bottom {
  /*height: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1280px;
    margin: auto;*/
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 970px;
  width: 100%; }

.ad-card-bottom {
  background-color: transparent; }

.ad-card {
  /*background-color: #FFFFFF;*/
  background-color: transparent; }

.col-middle {
  width: 1280px; }

.nav-header-welcome {
  height: 85px;
  margin: 0;
  background-color: #061138; }

.navbar {
  padding: .5rem 0rem; }

.nav-header-footer {
  height: 85px;
  margin: 0;
  background-color: #061138;
  border-top: 1px solid #707070; }

.btn-welcome-small {
  border: 2px solid #DC4958;
  border-radius: 30px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
  background-color: #DC4958; }

.btn-welcome {
  border: 1px solid #DC4958;
  border-radius: 30px;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: bold;
  background-color: #DC4958; }

.btn-welcome:hover {
  /*background-color: #6c757d;
    border: 1px solid #6c757d;*/
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.btn-welcome-small:hover {
  /*background-color: #6c757d;
    border: 1px solid #6c757d;*/
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.btn-welcome-links {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px; }
  .btn-welcome-links.active {
    border: 2px solid #DC4958;
    border-radius: 30px;
    color: white; }

.btn-welcome-links:hover {
  background-color: #DC4958;
  /*border: 2px solid #DC4958;*/
  color: white; }

.lets-party-text {
  font-family: 'Bebas Neue', cursive;
  font-size: 102px;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  color: white;
  margin: 0;
  padding: 0;
  height: 50px; }

.lets-party-text-party {
  font-family: 'Bebas Neue', cursive;
  font-size: 203px;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  color: white;
  margin: 0;
  height: 230px;
  padding: 0; }

.full-screen-div {
  width: 100%;
  height: auto;
  bottom: 0px;
  top: 0px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  /*margin-top: 85px;*/ }

.center-party-text {
  position: absolute;
  height: 360px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.welcome-page-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 532px;
  margin: auto; }

.ultimate-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  color: white;
  margin: auto;
  height: 129px;
  padding: 0;
  width: 500px;
  line-height: 3rem;
  padding-top: 20px; }

.ultimate-text-para {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: white;
  /*height: 90px;*/
  width: 35%;
  padding: 0;
  text-align: center;
  margin: auto;
  position: relative;
  margin-bottom: 1.5rem; }

.section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: white; }

.section-para {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  color: white; }

.col-text-right {
  padding-right: 4rem;
  padding-left: 2rem;
  padding-bottom: 0; }

.col-text-left {
  padding-left: 6rem;
  padding-right: 1rem;
  padding-bottom: 0; }

.row-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }

.background-header {
  background-image: url("/images/welcome/intro-header-welcome-ads.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 955px;
  position: relative;
  background-position: center center; }

.background-play {
  background-image: url("/images/welcome/play-section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 669px; }

.background-how {
  background-image: url("/images/welcome/how-section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 669px; }

.background-fun {
  background-image: url("/images/welcome/fun-section-peeps.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 669px; }

.background-join {
  background-image: url("/images/welcome/join-section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 669px; }

.wrapper-numbers {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.icon-numbers {
  /*height: 56px;
    width: 59px;*/ }

.text-how {
  margin: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF; }

.mob-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.row-cards-full {
  height: 669px; }

.nav-toggle {
  background-color: #061138; }

.nav-togs:focus {
  outline: 1px solid #DC4958; }

.intro-down {
  font-size: 22px; }

.intro-down:hover {
  animation: bounce 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
  -moz-animation: bounce 1.5s infinite;
  -o-animation: bounce 1.5s infinite; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px); } }

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(-10px); } }

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0); }
  50% {
    -o-transform: translateY(-10px); } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }

@media only screen and (max-width: 2506px) {
  .ultimate-text-para {
    font-size: 23px; }
  .section-para {
    font-size: 23px; }
  .text-how {
    font-size: 20px; } }

@media only screen and (max-width: 1920px) {
  .ultimate-text-para {
    font-size: 18px; }
  .section-para {
    font-size: 18px; }
  .text-how {
    font-size: 16px; } }

@media only screen and (max-width: 1850px) {
  .ultimate-text-para {
    font-size: 18px; }
  .section-para {
    font-size: 18px; }
  .text-how {
    font-size: 15px; } }

@media only screen and (max-width: 1366px) {
  .section-para {
    font-size: 16px; }
  .row-cards-full {
    height: 470px; }
  .background-play {
    background-image: url(/images/welcome/play-section.jpg);
    background-size: cover;
    min-height: 470px; }
  .background-how {
    background-image: url(/images/welcome/how-section.jpg);
    background-size: cover;
    min-height: 470px; }
  .background-fun {
    background-image: url(/images/welcome/fun-section-peeps.jpg);
    background-size: cover;
    min-height: 470px; }
  .background-join {
    background-image: url(/images/welcome/join-section.jpg);
    background-size: cover;
    min-height: 470px; }
  .section-title {
    font-size: 24px; }
  .mobile-how-lorem {
    display: none; } }

@media only screen and (max-width: 1280px) {
  /*.col-mob-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
  .col-mob-text {
    z-index: 10; }
  .col-text-left {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem; }
  .col-text-right {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem; }
  .col-mob-img {
    /*position: absolute;*/
    margin: auto;
    left: 0;
    right: 0; }
  .mob-img {
    width: auto !important;
    height: auto !important;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    position: relative; }
  .ads-left {
    display: none !important; }
  .ads-right {
    display: none !important; }
  .background-play {
    background-size: cover;
    min-height: 669px; }
  .background-how {
    background-size: cover;
    min-height: 669px; }
  .background-fun {
    background-size: cover;
    min-height: 669px; }
  .background-join {
    background-size: cover;
    min-height: 669px; } }

@media only screen and (max-width: 1024px) {
  .mobile-how-lorem {
    display: block; }
  .ads-left {
    display: none !important; }
  .ads-right {
    display: none !important; }
  .background-header {
    background-image: url(/images/welcome/intro-header-welcome-ads.png);
    background-size: contain;
    min-height: 760px;
    background-position: inherit; }
  .full-screen-div {
    margin-top: 175px; }
  .welcome-page-logo {
    bottom: 612px;
    width: 213px; }
  .center-party-text {
    height: 478px; }
  .lets-party-text {
    font-size: 80px;
    height: 38px; }
  .lets-party-text-party {
    font-size: 160px;
    height: 175px; }
  .ultimate-text {
    font-size: 35px;
    margin: auto;
    height: 106px;
    padding: 50px;
    width: 500px;
    line-height: 2rem;
    padding-top: 10px; }
  .ultimate-text-para {
    font-size: 16px;
    width: 35%;
    padding: 0;
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1.5rem; }
  .background-play {
    background-image: url(/images/welcome/play-section.jpg);
    background-size: cover;
    min-height: 535px; }
  .background-how {
    background-image: url(/images/welcome/how-section.jpg);
    background-size: cover;
    min-height: 535px; }
  .background-fun {
    background-image: url(/images/welcome/fun-section-peeps.jpg);
    background-size: cover;
    min-height: 535px; }
  .background-join {
    background-image: url(/images/welcome/join-section.jpg);
    background-size: cover;
    min-height: 535px; }
  .row-cards-full {
    height: 535px; }
  .mob-img {
    width: 90% !important; }
  .col-text-right {
    padding-left: 0; }
  .section-title {
    font-size: 32px; }
  .icon-numbers {
    width: 62px; }
  .text-how {
    font-size: 15px; }
  .section-para {
    font-size: 15px; }
  .col-text-left {
    padding-top: 2rem;
    padding-bottom: 0; }
  .col-how-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-how-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .how-mob-img {
    width: 100%; }
  .wrapper-numbers {
    height: 78px; } }

@media only screen and (max-width: 960px) {
  .background-header {
    background-size: cover; }
  .background-play {
    background-size: cover; }
  .background-how {
    background-size: cover; }
  .background-fun {
    background-size: cover; }
  .background-join {
    background-size: cover; } }

@media only screen and (max-width: 854px) {
  .full-screen-div {
    margin-top: 235px; }
  .background-header {
    min-height: 636px; }
  .background-play {
    background-size: cover; }
  .background-how {
    background-size: cover; }
  .background-fun {
    background-size: cover; }
  .background-join {
    background-size: cover; }
  .welcome-page-logo {
    bottom: 654px;
    width: 177px; }
  .center-party-text {
    height: 555px; }
  .lets-party-text {
    font-size: 66px;
    height: 38px; }
  .lets-party-text-party {
    font-size: 135px;
    height: 144px; }
  .ultimate-text {
    font-size: 35px;
    margin: auto;
    height: 106px;
    padding: 50px;
    width: 500px;
    line-height: 2rem;
    padding-top: 10px; }
  .ultimate-text-para {
    font-size: 16px;
    width: 35%;
    padding: 0;
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1.5rem; } }

@media only screen and (max-width: 823px) {
  .background-header {
    min-height: 614px; }
  .wrapper-numbers {
    height: 90px; }
  .col-text-left {
    padding-left: 3rem;
    padding-right: 0rem;
    padding-bottom: 2rem; } }

@media only screen and (max-width: 812px) {
  .background-header {
    min-height: 606px; }
  .ultimate-text {
    font-size: 35px;
    margin: auto;
    height: 82px;
    padding: 50px;
    width: 500px;
    line-height: 2rem;
    padding-top: 10px; }
  .section-title {
    font-size: 26px; } }

@media only screen and (max-width: 767px) {
  .col-mob-img {
    opacity: 0.7; }
  .row-cards-full {
    background: rgba(0, 0, 0, 0.7); }
  .mob-img {
    opacity: 0.7; }
  .play-ipad-full {
    width: 100% !important; }
  .col-text-left {
    padding-right: 3rem;
    padding-top: 0;
    padding-left: 3rem; }
  .col-text-right {
    padding-bottom: 0rem;
    padding-left: 3rem; }
  .full-screen-div {
    margin-top: 126px; }
  .welcome-page-logo {
    bottom: 533px;
    width: 148px; }
  .center-party-text {
    height: 420px; }
  .lets-party-text {
    font-size: 51px;
    height: 24px; }
  .lets-party-text-party {
    font-size: 118px;
    height: 125px; }
  .ultimate-text {
    font-size: 27px;
    margin: auto;
    height: 104px;
    padding: 50px;
    width: 500px;
    line-height: 2rem;
    padding-top: 10px;
    padding-left: 115px;
    padding-right: 115px; }
  .ultimate-text-para {
    font-size: 15px;
    width: 35%;
    padding: 0;
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1.5rem; }
  .background-header {
    min-height: 572px; }
  .background-play {
    background-image: url(/images/welcome/play-section.jpg);
    background-size: cover;
    min-height: 402px; }
  .background-how {
    background-image: url(/images/welcome/how-section.jpg);
    background-size: cover;
    min-height: 402px; }
  .background-fun {
    background-image: url(/images/welcome/fun-section-peeps.jpg);
    background-size: cover;
    min-height: 402px; }
  .background-join {
    background-image: url(/images/welcome/join-section.jpg);
    background-size: cover;
    min-height: 402px; }
  .row-cards-full {
    height: 402px; }
  .col-5-play-768 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-7-play-768 {
    flex: 0 0 100%;
    max-width: 100%; }
  .section-title {
    font-size: 24px; }
  .mob-img {
    width: 45% !important; }
  .mobile-how-lorem {
    display: none; }
  .wrapper-numbers {
    height: 65px; }
  .col-mob-img {
    position: absolute; } }

@media only screen and (max-width: 736px) {
  .background-header {
    min-height: 549px;
    background-position: center; }
  .ultimate-text {
    height: 82px; }
  .background-play {
    background-size: cover; }
  .background-how {
    background-size: cover; }
  .background-fun {
    background-size: cover; }
  .background-join {
    background-size: cover; }
  #row-numbers {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-images {
    flex: 0 0 100%;
    max-width: 100%; }
  .wrapper-numbers {
    height: 65px; }
  .icon-numbers {
    width: 45px; }
  .text-how {
    font-size: 14px; }
  .section-para {
    font-size: 14px; }
  .col-text-right {
    padding-left: 3rem; }
  #row-join-text {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-join-images {
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (max-width: 667px) {
  .full-screen-div {
    margin-top: 240px; }
  .ultimate-text-para {
    display: none; }
  .background-header {
    min-height: 498px; }
  .section-title {
    font-size: 20px; } }

@media only screen and (max-width: 640px) {
  .row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px; }
  .background-header {
    background-size: cover; } }

@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 22px; }
  .col-7-play-768 {
    padding-left: 3rem !important; }
  .col-text-right {
    padding-left: 3rem; } }

@media only screen and (max-width: 576px) {
  .mob-img {
    width: 60% !important; }
  .ultimate-text-para {
    display: none; } }

@media only screen and (max-width: 568px) {
  .ultimate-text-para {
    display: block !important; }
  .col-mob-img {
    position: absolute; }
  .col-7-play-768 {
    flex: 0 0 100%;
    max-width: 100%; }
  .background-header {
    background-image: url(/images/welcome/intro-header-welcome-ads.png);
    background-size: cover;
    min-height: 760px;
    background-position: center; }
  #row-numbers {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-text-left {
    padding-right: 3rem;
    padding-top: 0; }
  #row-join-text {
    flex: 0 0 100%;
    max-width: 100%; }
  .full-screen-div {
    margin-top: 145px; }
  .welcome-page-logo {
    width: 180px; }
  .ultimate-text-para {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .col-mob-img {
    opacity: 1; }
  .row-cards-full {
    background: none; }
  .mob-img {
    opacity: 1; }
  .img-mob-iphoneandipad {
    /*left: -123px;
        width: 238% !important;*/
    left: 0;
    width: 100% !important; }
  .ultimate-text-para {
    display: block; }
  .background-header {
    background-image: url(/images/welcome/intro-header-welcome-ads.png);
    background-size: cover;
    min-height: 760px;
    background-position: center; }
  .col-5-play-768 {
    flex: auto;
    max-width: fit-content; }
  .col-7-play-768 {
    flex: auto;
    max-width: fit-content; }
  .col-text-right {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem; }
  .background-play {
    background-image: url("/images/welcome/play-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 845px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .play-row {
    height: 845px !important; }
  .background-how {
    background-image: url("/images/welcome/how-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1120px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .how-row {
    height: 1120px !important; }
  .wrapper-numbers {
    height: 105px; }
  #row-numbers {
    margin-top: 0 !important; }
  .ultimate-text-para {
    font-size: 18px;
    width: 55%;
    padding: 0;
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1.5rem; }
  .center-party-text {
    height: 345px; }
  .welcome-page-logo {
    bottom: 490px;
    width: 200px; }
  .background-fun {
    background-image: url("/images/welcome/fun-section-peeps-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1000px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .background-join {
    background-image: url("/images/welcome/join-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 900px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .row-cards-full {
    height: auto !important; }
  .col-mob-img {
    position: relative; }
  .row-mob-rev {
    flex-direction: column-reverse !important; }
  .play-ipad-full {
    display: none; }
  .play-ipad-mob {
    display: block !important;
    margin-top: 50px;
    margin-bottom: 50px; }
  .guess-text {
    font-size: 36px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 2.5rem; }
  .section-para {
    margin-bottom: 3rem; }
  .mobile-how-lorem {
    display: none; }
  .fun-sec-mrg {
    margin-top: 80px !important; }
  .jon-sec-mrg {
    margin-top: 30px !important; }
  .pos-nav {
    display: block !important; }
  .navbar-full {
    display: none; }
  .nav-header-welcome {
    height: auto;
    margin-top: 55px; }
  .wrapper-mrg {
    margin-top: 0; }
  .section-title {
    font-size: 35px; }
  .join-sec-mrg {
    padding-top: 2rem; }
  .full-screen-div {
    margin-top: 55px; }
  .col-text-left {
    padding-right: 3rem; } }

@media only screen and (max-width: 414px) {
  .img-mob-iphoneandipad {
    left: 0;
    width: 100% !important; }
  #row-numbers {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-images {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-join-text {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-join-images {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-5-play-768 {
    flex: auto;
    max-width: fit-content; }
  .col-7-play-768 {
    flex: auto;
    max-width: fit-content; }
  .col-text-right {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem; }
  .background-header {
    background-image: url("/images/welcome/mobile-header-view-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1196px;
    position: relative;
    background-size: contain; }
  .background-play {
    background-image: url("/images/welcome/play-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 845px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .play-row {
    height: 845px !important; }
  .background-how {
    background-image: url("/images/welcome/how-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1120px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .how-row {
    height: 1120px !important; }
  .wrapper-numbers {
    height: 130px; }
  #row-numbers {
    margin-top: 0 !important; }
  .background-fun {
    background-image: url("/images/welcome/fun-section-peeps-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1000px;
    position: relative;
    background-position: inherit; }
  .background-join {
    background-image: url("/images/welcome/join-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 900px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .welcome-page-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 955px;
    margin: auto;
    margin-bottom: 0;
    height: auto;
    margin-top: 55px;
    width: 190px; }
  .center-party-text {
    height: 718px; }
  .lets-party-text {
    font-size: 55px;
    height: 40px; }
  .lets-party-text-party {
    font-size: 103px;
    height: 132px; }
  .ultimate-text {
    font-size: 30px;
    height: 90px;
    width: auto;
    line-height: 2rem;
    padding-top: 27px;
    padding: 33px; }
  .ultimate-text-para {
    height: 110px;
    width: auto;
    margin: 35px;
    margin-top: 20px; }
  .row-cards-full {
    height: auto !important; }
  .col-mob-img {
    position: relative; }
  .row-mob-rev {
    flex-direction: column-reverse !important; }
  .play-ipad-full {
    display: none; }
  .play-ipad-mob {
    display: block !important;
    margin-top: 50px;
    margin-bottom: 50px; }
  .guess-text {
    font-size: 36px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 2.5rem; }
  .section-para {
    margin-bottom: 3rem; }
  .mobile-how-lorem {
    display: none; }
  .fun-sec-mrg {
    margin-top: 80px !important; }
  .jon-sec-mrg {
    margin-top: 30px !important; }
  .pos-nav {
    display: block !important; }
  .navbar-full {
    display: none; }
  .nav-header-welcome {
    height: auto;
    margin-top: 55px; }
  .wrapper-mrg {
    margin-top: 0; }
  .section-title {
    font-size: 35px; }
  .join-sec-mrg {
    padding-top: 2rem; }
  .full-screen-div {
    margin-top: 55px; }
  .col-text-left {
    padding-right: 3rem; }
  /*.display-mob {
        display: block !important;
        visibility: visible !important;
    }

    .display-full {
        display: none;
        visibility: hidden;
    }*/ }

@media only screen and (max-width: 411px) {
  .background-header {
    min-height: 1185px; }
  .background-fun {
    min-height: 990px; } }

@media only screen and (max-width: 375px) {
  .wrapper-numbers {
    height: 160px; }
  .welcome-page-logo {
    height: auto; }
  .background-header {
    background-image: url("/images/welcome/mobile-header-view-375.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1160px;
    position: relative;
    background-position: center center; }
  .background-header {
    background-image: url("/images/welcome/mobile-header-view-375.jpg"); }
  .background-play {
    background-image: url("/images/welcome/play-section-mob-375.jpg"); }
  .background-how {
    background-image: url("/images/welcome/how-section-mob-375.jpg"); }
  .background-fun {
    background-image: url("/images/welcome/fun-section-peeps-mob-375.jpg");
    min-height: 845px; }
  .welcome-page-logo {
    bottom: 875px; }
  .lets-party-text {
    font-size: 50px;
    height: 30px; }
  .lets-party-text-party {
    font-size: 100px;
    height: 106px; }
  .ultimate-text {
    font-size: 30px;
    height: 106px;
    width: auto;
    line-height: 2rem;
    padding-top: 20px;
    padding: 28px; }
  .ultimate-text-para {
    height: 135px;
    width: auto;
    margin: 35px;
    margin-top: 0px; }
  .center-party-text {
    height: 680px; }
  .section-title {
    font-size: 31px; }
  .guess-text {
    padding-left: 44px;
    padding-right: 44px;
    line-height: 2rem; }
  .col-text-right {
    padding-left: 2rem !important;
    padding-right: 2rem; }
  .fun-sec-mrg {
    margin-top: 60px !important; }
  .section-para {
    margin-bottom: 2rem; }
  .col-text-left {
    padding-left: 2rem;
    padding-right: 2rem; }
  .how-phone {
    margin-top: 10px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 360px) {
  .background-fun {
    background-image: url(/images/welcome/fun-section-peeps-mob-375.jpg);
    min-height: 812px; }
  .col-text-right {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }

@media only screen and (max-width: 320px) {
  .lets-party-text-party {
    font-size: 100px;
    height: 110px; }
  .ultimate-text-para {
    height: 161px; }
  .guess-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 2rem; }
  .background-fun {
    min-height: 721px; }
  .welcome-page-logo {
    width: 160px; }
  .center-party-text {
    height: 735px; } }

.home-page {
  position: relative;
  min-height: 100%;
  background: url("../images/background@3xipeg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #132981;
  font-size: 14px;
  /* Provide sufficient contrast against white background */
  /*a {
        color: #0366d6;
    }*/ }
  @media (min-width: 768px) {
    .home-page {
      font-size: 16px; } }
  .home-page #main-container {
    background-color: transparent !important; }
  .home-page a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all; }
  .home-page body {
    background-color: transparent;
    font-family: Montserrat; }
  .home-page .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac; }
  .home-page .nav-pills .nav-link.active, .home-page .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac; }
  .home-page .border-top {
    border-top: 1px solid #e5e5e5; }
  .home-page .border-bottom {
    border-bottom: 1px solid #e5e5e5; }
  .home-page .box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }
  .home-page button.accept-policy {
    font-size: 1rem;
    line-height: inherit; }
  .home-page .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap; }
  .home-page .logo-zoom {
    max-width: 220px;
    margin-bottom: 20px; }
  .home-page .responsive {
    width: 100%;
    height: auto; }
  .home-page .container-main {
    margin-top: 30px;
    padding-left: 111px;
    padding-right: 111px;
    margin-bottom: 0; }
  .home-page .col-text {
    padding-left: 0px;
    margin-top: 0px;
    padding-right: 172px; }
  .home-page .column-size {
    min-width: 380px; }
  .home-page .prostokt-1 {
    background: -webkit-linear-gradient(45deg, #4adca7, #11cfe7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*width: 440px;*/
    /*height: 213px;*/
    font-size: 62px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0; }
  .home-page .prostokt {
    color: white;
    height: auto;
    font-size: 62px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0; }
  .home-page .info-text {
    margin-top: 51px;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #11cfe7;
    margin-bottom: 10px;
    text-align: justify; }
  .home-page .info-text-2 {
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #11cfe7;
    margin-bottom: 10px;
    text-align: justify; }
  .home-page .img-left {
    padding-left: 0;
    padding-right: 0; }
  .home-page .logo-bottom {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .home-page .logo-quiz {
    background-image: url("../images/icon-pubquiz.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .logo-beat {
    background-image: url("../images/icon-beat-the-intro.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .logo-magic {
    background-image: url("../images/icon-anagram-magic.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .info-tag {
    width: 178px;
    top: 0px;
    left: -40px; }
  .home-page .centered {
    position: absolute;
    top: 26px;
    left: 17%;
    transform: translate(-50%, -50%);
    font-family: open-sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.98;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .home-page .footer-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #11cfe7; }
  .home-page .footer-text-bold {
    font-weight: bold;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: white; }
  .home-page .footer-image {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
    margin-right: 10px; }
  .home-page .col-md-7 {
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%; }
  @media (max-width: 1820px) {
    .home-page {
      /*.col-text {
        margin-top: 70px;
    }*/ }
      .home-page .info-text, .home-page .info-text-2 {
        font-size: 18px; }
      .home-page .prostokt-1 {
        font-size: 60px; }
      .home-page .prostokt {
        font-size: 60px; } }
  @media (max-width: 1644px) {
    .home-page .prostokt-1 {
      font-size: 52px; }
    .home-page .prostokt {
      font-size: 52px; }
    .home-page .info-text, .home-page .info-text-2 {
      font-size: 16px; } }
  @media (max-width: 1619px) {
    .home-page .col-text {
      padding-left: 0px;
      margin-top: 0px;
      padding-right: 128px; } }
  @media (max-width: 1580px) {
    .home-page .prostokt-1 {
      font-size: 52px; }
    .home-page .prostokt {
      font-size: 52px; }
    .home-page .info-text, .home-page .info-text-2 {
      font-size: 16px; }
    .home-page .container-main {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .home-page .col-text {
      padding-right: 100px; } }
  @media (max-width: 1500px) {
    .home-page {
      /* .col-text {
        margin-top: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-pad {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container-main {
        margin-bottom: 60px;
    }*/ }
      .home-page .col-text {
        padding-right: 70px; }
      .home-page .img-left {
        width: 67% !important; }
      .home-page .prostokt-1, .home-page .prostokt {
        font-size: 48px; } }
  @media (max-width: 1436px) {
    .home-page .col-text {
      padding-right: 20px; } }
  @media (max-width: 1280px) {
    .home-page .col-text {
      margin-top: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .home-page .col-pad {
      flex: 0 0 100%;
      max-width: 100%; }
    .home-page .container-main {
      margin-bottom: 60px; } }
  @media (max-width: 1199px) {
    .home-page .col-icon-1 {
      flex: 0 0 50%;
      max-width: 50%; }
    .home-page .col-icon-2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .home-page .col-icon-3 {
      flex: 0 0 100%;
      max-width: 100%; }
    .home-page .img-left {
      padding: 0; } }
  @media (max-width: 1080px) {
    .home-page .img-left {
      width: 100% !important; } }
  @media (max-width: 991px) {
    .home-page .col-icon-1 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    .home-page .col-icon-2 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    .home-page .col-icon-3 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 800px) {
    .home-page {
      /*.info-text, .info-text-2 {
        font-size: 18px;
    }*/ }
      .home-page .col-text {
        padding-left: 75px;
        padding-right: 75px; }
      .home-page .prostokt-1, .home-page .prostokt {
        font-size: 43px; }
      .home-page .logo-zoom {
        max-width: 180px;
        margin-bottom: 54px; }
      .home-page .container-main {
        padding-left: 40px;
        padding-right: 40px; }
      .home-page .logo-bottom {
        width: 250px; }
      .home-page .footer-text {
        font-size: 12px;
        white-space: break-spaces; }
      .home-page .column-size {
        min-width: 280px; }
      .home-page .info-tag {
        width: 165px;
        top: 5px;
        left: -24px; }
      .home-page .centered {
        top: 29px;
        font-size: 15px;
        left: 21%; } }
  @media (max-width: 540px) {
    .home-page .col-text {
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .home-page .prostokt-1, .home-page .prostokt {
      font-size: 34px; } }
