@media screen and (min-width: 20rem) {
  /* Layout Elements */

  body.body-1 {
    background-image: url('../images/large/zdenet-chain-1609623_1280.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 25.625rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    color: #df072c;
    text-align: center;
    font-weight: 800;
    font-style: italic;
    font-size: 54px;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
}