@media screen and (max-width: 580px) {
	.midhide {
	display: none !important;
	}
	
	.midshow {
	display: inline;
	}
	
	#main-heading {
	background-size: contain;
	}
}

@media screen and (max-width: 480px) {
	#main-heading {
	background-image: none;
	}
	
	.ie8fix a{
		display: block;
		clear: both;
	}
}
