@CHARSET "UTF-8";

.item {
	width: 100%;
	height: 500px;
	background-color: lightgrey;
}

@media (max-width: 850px) {
	.item {
	  width: 100%;
	  height: 250px;
	  background-color: lightgrey;
	}
}
