#mainContainer {
	width:100vw; 
   height:100vh; 
   background-color: blue;
   background: url(../images/UNITAS-underconstruction.jpg) center center no-repeat;
   background-size:  100vw;
}

#underConstructionImage {
}