body {
	text-align: center;
	background-color: #FFF;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
}
#wrapper {
	position: absolute;
	top: 40%;
	left: 0;
	width: -webkit-fill-available;
	width: 100%;
}
#content {
	background-color: rgba(255,255,255,.65);
	padding: 3% 2%;
	width: 30%;
	margin: 0 auto;
}
.maintenance {
	width: -webkit-fill-available;
	height: -webkit-fill-available;
	width: 100%;
	height: 100%;
}
.logo {
	width: 50%;
}

@media (min-width:768px) and (max-width:992px) {
#content {
	width: 55%;
}
}

@media screen and (max-width:767px) {
.logo {
	width: 70%;
}
#content {
	width: 70%;
	padding: 5% 4%;
}
#content p {
    font-size: 14px;
    text-rendering: optimizeLegibility;
}	
}

.custom-hidden_xs {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	width: inherit;
	height: inherit;
}
.custom-hidden {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
}

@media (min-width:768px) and (max-width:1450px) {
.custom-hidden_xs {
	width: fit-content;
	height: fit-content;
	width: -moz-fit-content;
	height: -moz-fit-content;
}
}

@media screen and (max-width:767px) {
.custom-hidden_xs {
	display: none!important;
}
	img.custom-hidden {
		height: -webkit-fill-available;
	}	
}

@media screen and (min-width:768px) {
.custom-hidden {
	display: none!important;
}
}