body {
	margin: 0;
	padding: 0;
	background-color: #4d5c60;
}

section.coming-soon {
	background-image: url(../i/home/nybns_under_construction-1024w.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 90vh;
	margin: 5vh auto;
}

section.coming-soon .hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media (min-width: 1601px) {
	section.coming-soon {
		background-image: url(../i/home/nybns_com_under_construction-2500w.png);
	}
}

@media (max-width: 1600px) {
	section.coming-soon {
		background-image: url(../i/home/nybns_com_under_construction-1600w.png);
	}
}

@media (max-width: 1024px) {
	section.coming-soon {
		background-image: url(../i/home/nybns_com_under_construction-1024w.png);
	}
}

@media (max-width: 1080px) and (orientation: portrait) {
	section.coming-soon {
		background-image: url(../i/home/nybns_com_under_construction_m-1080w.png);
	}
}

@media (max-width: 540px) and (orientation: portrait) {
	section.coming-soon {
		background-image: url(../i/home/nybns_com_under_construction_m-540w.png);
	}
}

