html, body {
	margin: 0;
	padding: 0;
}

.content {
	display: block;
	width: 100%;
	height: 5659px;
	background: url("/mobile.jpg") no-repeat top center;
	background-size: 100% auto;

}


@media all and (min-width: 880px) {
	.content{
		background: url("/desktop.jpg") no-repeat top center;
		background-size: 110% auto;
	}
}
@media all and (min-width: 1650px) {
	.content{
		background-size: 1920px 5659px;
	}
}
