html {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: black;
}

.ui-page {
	width: 100%;
	height: 100%;
}

#uni-player {
	width: 100%;
	height: 100%;
}

#player-area {
	width: 100%;
	height: 100%;
}

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}