@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 767px) {

	.content {
		width: 90%;
	}

	#shop {
		width: 250px;
		font-size: 30px;
	}
}
