#site-coming-soon {
	
}

.site-coming-soon-wrap {
	position: relative;
}

.site-coming-soon-wrap img {
	max-height: 390px;
	width: auto;
	opacity: 0.2;
	display: block;
	margin: auto;
}

.site-coming-soon-wrap h1 {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}