.supremia-overlay{
	z-index: 91;
	position: absolute;
	background-color: #e7e7e7;
	opacity: 0.5;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.supremia-overlay-text{
	z-index: 92;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	color: white;
	font-size: 1.6em;
	text-align: center;
}