@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0;
}

#wrap{
	width:calc(100% - 40px);
	height:100vh;
	background:url(../img/comingsoon.jpg) no-repeat;
	background-size:cover;
	text-align:center;
	padding:0 20px;
}
#wrap img{
	width:100%;
	max-width:569px;
	margin-top:30vh;
}


