






















body.fmsPcFullscreen .player-comments-container {
  background: #000;
  height: 100%;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
}


















body.fmsPcFullscreen .video-player-area {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  height: 100% !important;
  min-width: 0;
  margin: 0;
}

body.fmsPcFullscreen .video-player-area > .video {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
}




body.fmsPcFullscreen .youtube-comments-wrapper {
  position: static !important;
  top: auto !important;
  margin: 0 !important;
  min-height: 0 !important;
  align-self: stretch;
}







body.fmsPcFullscreen .chat-reopen-bar {
  display: none !important;
}


body.fmsPcFullscreen #chat-mobile-toggle {
  display: none !important;
}
