


@media screen and (max-width: 600px) { 
  .col-xs-12 {
    max-width: 320px;
  }
  footer {
  	display: none;
  }
}

