@media only screen and (min-width: 768px) {
    /*-----container and image "adjust" to not being full width -----*/
    .container {
    margin: auto;
    width: 85%;
  }
  section {
    width: 100%;
    border: hidden thin solid;
  }
  figure#topImage {
    width: 85%;
    margin: 20px auto;
  }
  /*figure#topImage img {
    width: 100%;
  }*/
  .row img {
    float: left;
    margin: 0px 20px;
    width: 250px;
  }
}