.jsm-tv-mode {
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jsm-tv-mode .jsm-header {
  transform: scale(1.6);
}
