.top-wrapper {
	/* padding-top: 0;
	padding-bottom: 0; */
}

@media screen and (max-width:640px) {
	#wrapper, html, body, #main {
		min-height:500px;
	}
	#main,
	#main .inner {
		width:100%;
		min-width:100%;
	}
	#main {
		background-size: auto 100% !important; 
	}
	#main h1,
	#main h1 img {
	width: 168px;
	height: 102px;
	}
	#main h1 {
		top: 144px;
		padding:0;
	}
	#main h2 {
		top: 258px;
		padding: 0 12%;
	}
}