@media only screen and (max-width : 480px) {
	div.col-xxs-12 {width: 100%; }
  	div.col-xxs-hidden {display: none; }
}