/* Layout Elements */

body > .row > [class*='small-'].column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 150px;
  background-color: #fff;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.picture-1 {
  max-width: 400px;
}

@media screen and (min-width: 40rem) {
  div.responsive-picture.picture-1 {
    max-width: 400px;
  }
}

@media screen and (min-width: 64rem) {
  div.responsive-picture.picture-1 {
    max-width: 400px;
  }
}