body, html {
	height: 100%;
}

body {
	background: #6B6B6D url('/images/coming_soon_desktop.jpg') center center no-repeat;
	background-size: cover;
}

@media all and (max-width: 700px) {
	body {
		background-image: url('/images/coming_soon_mobile.jpg');
	}
}

@media only screen and (max-device-width : 768px) and (orientation : portrait) { 
	body {
		background-image: url('/images/coming_soon_mobile.jpg');
	}
}