.comming-soon {
	padding: 0; 
	display: block; 
	margin: 0 auto; 
	max-height: 100%; 
	max-width: 100%;
}

.icons{
	display:inline-block;
	z-index: auto;
	margin: auto;
	position: absolute;
	left: calc(50% - 55px);
}

/*@media screen and (max-height: 400px) {
	.icon-facebook {
		top: 465px;
	}
}

@media screen and (max-height: 600px) {
	.icon-facebook {
		top: 465px;
	}
}

@media screen and (max-height: 800px) {
	.icon-facebook {
		top: 485px;
	}
}

@media screen and (max-height: 1000px) {
	.icon-facebook {
		top: 620px;
	}
}

@media screen and (max-height: 1200px) {
	.icon-facebook {
		top: 650px;
	}
}

@media screen and (max-height: 1400px) {
	.icon-facebook {
		top: 83%;
	}
}

@media screen and (max-height: 1600px) {
	.icon-facebook {
		top: calc(100vh - 13%);
	}
}

@media screen and (max-height: 1920px) {
	.icon-facebook {
		top: 720;
	}
}*/

