#under-construction {
	z-index: 9999;
	text-align: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
	border-left: 5px solid #fff046;
}
#under-construction div {
	text-align: center;
	width: 40%;
	height: 100%;
	position: relative;
	top: 20%;
	background: #fbf2ef;
	padding-top: 12%;
	color: #135173;
	font-size: 36px;
	line-height: 1.2;
}
#under-construction div:after {
	content: '';
	position: absolute;
	left: 100%;
	top: -20%;
	width: 150%;
	height: 100%;
	background: #003d51 url("../assets/logo-white.svg") no-repeat center / 50%;
}
#under-construction .btn {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	width: 158px;
	border: 4px solid #135173;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	margin-right: 30px;
}
@media screen and (max-width: 750px) {
	#under-construction div {
		width: 100%;
		top: 40%;
		font-size: 26px;
	}
	#under-construction div:after {
		left: 0;
		top: -40%;
		width: 100%;
		height: 40%;
	}
}
