@media all and (max-width: 480px){
	body{
		overflow: unset!important;
	}
	#logo{
		height: auto!important;
	}
	#logo h3{
		line-height: 60px!important;
	}
	#primary-menu-trigger{
		top:7px!important;
		left:-20px!important;
	}
	div.container{
		padding-left:0px;
	}
	div.image-list{
		white-space: unset!important;
		overflow: unset!important;
	}
	div.image-list img{
		width: 100%!important;
    	height: auto!important;
	}
	div.image-list div.text{
		width: 99%!important;
		height: auto!important;
		float:none!important;
		overflow: unset!important;
	}
	#primary-menu ul li a{
		height: auto!important;
		line-height: 20px!important;
		padding: 5px 0px!important;
	}
}