/* Random_Player/index.php — random player demo page */

.random-player-page .random-player-demo-row {
  min-height: 420px;
}

.random-player-page .random-player-col {
  min-height: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.random-player-page .random-player-col #wthvideo {
  position: relative;
  width: 256px;
  min-height: 384px;
  margin: 0 auto;
}

.random-player-page .random-player-col #talkingHeadVideoContainer {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 256px !important;
  max-width: 100%;
  height: 384px !important;
  min-height: 384px !important;
  overflow: visible !important;
  background: transparent !important;
  margin: 0 auto;
}

.random-player-page .random-player-col #talkingHeadVideo {
  width: 100% !important;
  height: 384px !important;
  object-fit: contain;
  background: transparent;
}
