/* Layout Elements */

body.body-1 {
  position: relative;
  top: auto;
  vertical-align: middle;
}

.container.container-1 {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  margin-top: 30%;
  margin-bottom: 0;
  min-width: 10px;
  min-height: 100%;
  max-height: none;
  vertical-align: middle;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.picture-1 {
  display: block;
  -ms-flex-order: 0;
  float: none;
  margin-right: 0;
  max-width: none;
  width: 20%;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

@media screen and (min-width: 40rem) {
  div.responsive-picture.picture-1 {
    width: 10%;
  }
}

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

  .container.container-1 {
    margin-top: 30%;
  }

  div.responsive-picture.picture-1 {
    width: 10%;
  }
}