@media only screen and (max-width: 480px) {	
	#inner_wrapper {
		display: none;
	}
}