@media only screen and (max-width: 800px) {
	
	.primary h1 {
		font-size:30px;
	}
	.primary .inner-content {
		padding:0px;
		margin-bottom:10px;
		border:none;
		min-height:auto;
	}
	
}