#page-top {
	height:400px;
}

@media (max-width: 768px) {
	#page-top {
		height:250px !important;
	}
	
	#page-top img {
		height:250px;
	}
}