html,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Verdana, Arial;
}

body {
	
	background-image:url(img/under-construction-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left center;
	box-sizing: border-box;
	/*
	padding-top:calc(100% - 90%);
	*/
	position:relative;
	z-index:1;
	display:flex;
	justify-content:center;
	align-items:center;
}

img {
	max-width:100%;
}

.container {
	width:auto;
	max-width:90%;
	height:auto;
	padding:10px;
	/* height:80%; */
	padding:30px;
	box-sizing: border-box;
	text-align:center;
	
	background-color: rgba(255, 255, 255, 0.7);
	color:#333;
	/*
	margin:0 auto;
	
	background-color:#E9DD25;
	font-size:20px;
	*/
}

/*
@media(min-width:990px) {
	.container {
		width:490px;
		position:absolute;
		top:50px;
		right:50px;
	}
}
@media(min-width:1400px) {
	.container {
		top:100px;
		right:100px;
	}
}
*/