body {
	margin: 0px;
	background: #1a253a;
	text-align: center;
	overflow-x: hidden;
}

img {
	width: 102%;
}

img.mobile {
	display: none;
}

@media only screen and (max-width : 900px) {
	
}

@media only screen and (max-width : 1100px) {
	img.mobile {
		display: block;
	}
	img.desktop {
		display: none;
	}
}