@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#menu_header .col-md-2{
		display: none;
	}
	.happy_cust_list li{
		width:100%;
	}
	.happy_cust_list .message_box,#banner_section{
		min-height:auto;
	}
	#banner_section .top_banner h2, .gadget_section h2{
		margin:20px 0;
		font-size:150%;
		
	}
}