/* coming_soon */
#coming_soon{
	background: url(../img/common/background/coming_soon.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
    height: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#coming_soon h2,p{
	color: #FFFFFF;
	text-align: center;
}
#coming_soon h2{
	font-size: 60px!important;
}

#footer_image{
	display: none;
}

@media screen and (max-width: 480px){
	#coming_soon{
		height: 450px;
	}
	#coming_soon h2{
		font-size: 40px!important;
	}
}