@media screen and (max-width: 480px) {
	#head {
		height: 120px;
	}

	#container {
		margin-top: 120px;
	}
}
