#loading-mask {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #0d0d0d;
}

#loading-mask-img {
	position: relative;
	/*top: 25%;
	left: 35%;*/
	margin: auto;
	/*margin-top: 70%;*/
	width: 80%;
	height: 80%;
	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;
}

#loading-mask-text {
	position: absolute;
	text-align: center;
	top: 55%;
	left: 0%;
	width: 100%;
	height: 30%;
	z-index: 999;
	color: white;
	font-weight: bold;
}

.loading-buffer-img {
	position: absolute;
	top: 25%;
	left: 35%;
	width: 30%;
	height: 30%;
}

#loading-mask-progress {
	position: absolute;
	text-align: center;
	top: 63%;
	left: 35%;
	width: 30%;
	height: 1%;
	z-index: 999;
	color: white;
	font-weight: bold;
}

#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;
}
