.col-4of12 {
  width: 100%;
}

/**MOBILE CHANGES**/
@media(max-width:40em) {
	.footer{
	  position: fixed;
	  bottom: 1em;
	  margin-bottom:-75%;
	}
}