#rotate-hint{
	display:none;
	position: fixed;
	flex-direction: column;
	text-align: center;
	align-content: center;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100dvh;
	background: rgba(255,255,255,1);
	font-size:18px;
	gap:10px;
	z-index:1;
}

#rotate-hint img{
	width:90%;
}

#streamIframe{
	position: fixed;
	top: 0;
	left: 0;
	border: none;
}