<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#video-player-container {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(29, 29, 33, 0.9);
}

#video-player-container iframe {
	border: none;
}

#video-player-container .btn.btn-close {
	color: #ffffff;
}

.video-player span.subtitle {
	display: inline-block;
	vertical-align: middle;
}</pre></body></html>