#tt4c-intro-overlay{
  position:fixed;
  inset:0;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:99999;
}
#tt4c-intro-video{
  max-width:100%;
  max-height:100%;
  width:100%;
  height:auto;
}
#tt4c-intro-controls{
  position:absolute;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:12px;
}
#tt4c-intro-controls button{
  padding:8px 14px;
  font-size:16px;
  cursor:pointer;
}
html.intro-playing, body.intro-playing{ overflow:hidden; }