/* Layout Elements */

body.align-center {
  background-image: url('../Untitled-1%202.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  body.align-center {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    background-image: url('../Untitled-1%202.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}