html, body{	margin: 0px;	padding: 0px;	overflow: hidden;	background: #004971;	box-shadow: }html:before { position:fixed; width:100%; height:100%; content:""; box-shadow: 0px 0px 220px black inset; pointer-events:none; z-index:1000; }.center_up{	width: auto;	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%);	-moz-transform: translate(-50%, -50%);	-webkit-transform: translate(-50%, -50%);	max-width: 90%;}.center_up img{	max-width: 511px;	width: 100%;	margin: 0 auto;	display: block;}.coming-soon{	padding-top: 30px;	font-size: 26px;	font-family: "droid_sansregular";	text-align: center;	color: #fff;	font-weight: 500;}a{	color: #fff;}@media only screen and (max-width: 500px){	.coming-soon{		font-size: 18px;	}} 