/* Text Elements */

h1.heading-1 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

/* Layout Elements */

.container.content-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
  height: 100vh;
}

.container.comments {
  padding-top: 30px;
}

.container.banner {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  max-height: 266px;
  width: 100%;
  background-color: #f15b5b;
}

.container.banner-holder {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  max-height: 266px;
  width: 100%;
  height: 100%;
}

div.responsive-picture.picture-1 {
  max-width: 400px;
  border: .0625rem solid #bbb;
  border-radius: 3px;
}

li.list-item-container.list-item-container-1 {
  position: absolute;
}

ul.list-container.x-fade {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin: 20px auto 0;
  max-width: 400px;
  max-height: 266px;
  width: 100%;
  height: 100%;
  list-style-type: none;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

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

  h1.heading-1 {
    font-size: 38px;
  }

  /* Layout Elements */

  .container.comments {
    padding-top: 30px;
  }

  .container.banner {
    max-width: 500px;
    max-height: 333px;
  }

  .container.banner-holder {
    max-width: 500px;
    max-height: 333px;
  }

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

  ul.list-container.x-fade {
    max-width: 500px;
    max-height: 333px;
  }
}

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

  h1.heading-1 {
    font-size: 44px;
  }

  h1.heading-2 {
    margin-left: 10px;
    color: #fff;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 600;
  }

  p.paragraph.paragraph-1 {
    padding-top: 10px;
  }

  ul.unorder-list.tweaks {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
  }

  /* Layout Elements */

  .container.banner {
    top: 60px;
    width: 100%;
    background-color: transparent;
  }

  li.list-item-container.list-item-container-1 {
    z-index: auto;
    max-width: 1200px;
  }

  ul.list-container.x-fade {
    margin-right: auto;
    margin-left: auto;
  }

  button.button {
    margin-left: 10px;
  }
}