.undermaintain {
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	align-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
}
.undermaintain1 {
	filter: brightness(50%);
}
.undermaintain:hover {
	color: #fff !important;
}
@media screen and (max-width: 768px) {
	.undermaintain {
		font-size: 24px;
	}
}