#loading-mask {
	position: absolute;
	display: flex;
	/*flex-direction: column;
	align-content: center;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #000000;
}

#loading-box{
	position: relative;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-content: center;
	width: 100%;
	height: 40%;
}

#loading-mask-img {
	position: relative;
	/*top: 30%;
	left: 35%;*/
	margin:auto;
	/*margin-top:30%;*/
	width: 100%;
	height: 60%;
	z-index: 999;
	color: white;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	/*background-color: red;*/
}

#loading-mask-text {
	position: relative;
	text-align: center;
	/*margin-top:5%;*/
	/*top: 55%;*/
	left: 0%;
	width: 100%;
	/*height: 30%;*/
	z-index: 999;
	color: white;
	font-weight: bold;
	/*background-color: blue;*/
}

.loading-buffer-img {
	position: absolute;
	top: 25%;
	left: 35%;
	width: 30%;
	height: 30%;
}

#loading-mask-progress {
	position: relative;
	text-align: center;
	margin: auto;
	/*top: 63%;
	left: 35%;*/
	width: 30%;
	height: 3%;
	z-index: 999;
	color: white;
	font-weight: bold;
	/*background-color: pink;*/
}

#loading-mask-progress-bar {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 5%;
	height: 100%;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 5px;/*	filter: drop-shadow(0px 0px 4px white);*/
}

#video-output-container {
	position: absolute;
	overflow: hidden;
}

#video-output {
	position: absolute;
	transform: scale(1, 1);
}

#video-output[is-mirrored=true] {
	transform: scale(-1, 1);
}

#capture-mask {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 999;
}
