/* Layout Elements */

body.grid-1 {
  background-color: #141414;
}

body > .row.row-1 {
  margin-top: 5px;
}

div.responsive-picture.picture-1 {
  max-width: 600px;
}

@media screen and (min-width: 40rem) {
  /* Layout Elements */

  body > .row.row-1 {
    margin-top: 10px;
  }

  div.responsive-picture.picture-1 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  body > .row.row-1 {
    margin-top: 10px;
  }
}