html {
	background: #321b25;
}

img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

@media (min-width: 768px) {
	img {
		width: 600px;
	}
}