#mobileheader {
	height: 75px;
}
@media(max-width:400px) {
	#mobileheader {
		height: 63px;
	}
}