.row {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .row {
    width: 100%;
  }
}
