.undermaintain1 {
	display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;;
    align-content: center;
    color: black;
	font-weight: bold;
    font-size: 20px;
	text-decoration: none;
}
.undermaintain1:hover {
	color: black;
	text-decoration: none;
}
.undermaintain2 {
	filter: brightness(50%);
}
.undermaintain3 {
	filter: grayscale(100%);
}
.undermaintain4 {
	
}
@media (max-width: 960px) {
	.undermaintain {
		font-size: 1rem;
	}
}