
@media only screen  and (max-device-width: 767px) {
body {
	background-color: #5B7AAE !important;
	background-image:none !important;
	width: 100% !important;
}
img {
	width: 100vw !important;
}
}
@media only screen  and (max-device-width: 767px) and (orientation: landscape) {
	.msg {
		margin-top:0 !important;
		width: 375px !important;
	}
	img {
		width: inherit !important;
	}
}

body {
	margin:0; 
	background-color:#433E36; 
	background-image:url(mainImg_wide.jpg);
	background-repeat:no-repeat;
}
.msg {
	margin: 0 auto;
	width: 460px;
	margin-top: 15%;
}