.box-commingsoon {
	width: 80%;
	max-width: 500px;
	font-size: 30px;
	padding: 50px;
	text-align: center;
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	.box-commingsoon {
		font-size: 1rem;
		line-height: 35px;
	}
}