@charset "UTF-8";
@font-face {
  font-family: "CCDaveGibbons";
  src: url("/sponsored/assets/lib/fonts/davegibbons/davegibbons-regular.woff");
}
@font-face {
  font-family: "Founders";
  src: url("/sponsored/assets/lib/fonts/founders/FoundersGroteskTextWeb-Regular.woff");
}
body {
  background: #fff;
}

.c-article-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.c-article-header {
  margin: 0;
  background-color: #003e68;
  background-image: url("https://cdn.theatlantic.com/assets/marketing/prod/images/2019/11/grit-halftone3.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top right;
  min-height: 100vh;
  color: #fff;
}
.c-article-header:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 20%;
  opacity: 0.4;
  background-image: url("https://cdn.theatlantic.com/assets/marketing/prod/misc-files/2019/11/stamp.svg");
  background-repeat: no-repeat;
  background-position: top 2% right 2%;
  background-size: 5%;
}
.c-article-header:after {
  content: "";
  width: 16%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  height: 100%;
}
.c-article-header .c-article-headings {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.c-article-header .c-hed {
  width: 50%;
  height: 60vh;
  margin: 0 5% 0 auto;
  font-size: 90px;
  padding: 10vh 0 0 0;
  max-width: 800px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("https://cdn.theatlantic.com/assets/marketing/prod/misc-files/2019/11/wallstreet-title.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-article-header .c-hed span {
  text-indent: 0;
  font-family: Founders, sans-serif;
  font-size: 12px;
  color: #f5e801;
  display: block;
  top: 38vh;
  position: relative;
  padding: 5px;
}
.c-article-header .c-dek {
  padding: 0 0 80px 0;
  font-family: "CCDaveGibbons", sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.8em;
  color: #b8e2ff;
  position: relative;
  z-index: 10;
  width: 40%;
  margin: 0 10% 0 auto;
}
.c-article-header .c-dek p {
  font-size: 12px;
  line-height: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 5% 10%;
  max-width: 480px;
  margin: 80px auto;
  position: relative;
}
.c-article-header .c-dek p:after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #b8e2ff;
  position: absolute;
  left: 50%;
  bottom: -82px;
  transform: translateX(-50%);
}
.c-article-header .c-dek p:nth-child(1):before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #b8e2ff;
  position: absolute;
  left: 50%;
  top: -82px;
  transform: translateX(-50%);
}

/*
.c-content-block.inviewable--in-view {
  transform: translateY(15%);
  opacity: 0;
  animation-name: slideIn;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
*/
@keyframes slideIn {
  0% {
    transform: translateY(15%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.splatter-sm {
  position: absolute;
  bottom: 17%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  max-width: 360px;
  z-index: 1;
  opacity: 0;
}

.splatter-sm.inviewable--in-view {
  opacity: 0.9;
  animation-name: zoomIn;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}

.splatter {
  position: absolute;
  z-index: 10;
  width: 40%;
  top: -2%;
  right: -1%;
  opacity: 0.9;
  animation-name: zoomIn;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1s;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.c-article-body {
  width: 100%;
  margin: 0 auto;
  position: initial;
}
.c-article-body .intro {
  width: 100%;
  margin: 0 auto;
  background-color: #003e68;
  position: relative;
  padding-bottom: 3%;
}
.c-article-body .intro .container {
  width: 42%;
  max-width: 520px;
  margin: 0 auto;
  transform: translateX(40%);
  padding: 4%;
  background-color: #e9f8ff;
  color: #023c59;
  position: relative;
}
.c-article-body .intro h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  background-color: yellow;
  padding: 4px 10px;
  margin-top: 20px;
  display: inline-block;
}
.c-article-body .intro p {
  margin: 0;
  font-family: Founders, sans-serif;
  font-size: 19px;
  line-height: 27px;
  padding-top: 15px;
}
.c-article-body .intro p em {
  font-size: 16px;
  line-height: 22px;
  background-color: #bed6eb;
  display: block;
  padding: 3% 4%;
  margin-top: 20px;
}
.c-article-body .outro {
  width: 100%;
  background-color: #003e68;
  background-image: url("https://cdn.theatlantic.com/assets/marketing/prod/images/2019/11/grit-halftone3.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: bottom left;
  position: relative;
  padding: 5% 0;
  margin-top: 4%;
  z-index: 100;
}
.c-article-body .outro .container {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 5% 0 0 0;
  background-color: #e9f8ff;
}
.c-article-body .outro .container .reading .container {
  width: 100%;
  padding: 0;
  background-color: #bed6eb;
  margin-top: 80px;
}
.c-article-body .outro .container .reading .container h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 22px;
  font-weight: 600;
  color: #003e68;
  margin: 0;
  padding: 10% 10% 0;
}
.c-article-body .outro .container .reading .container ul {
  list-style-type: none;
  padding: 2% 0 10%;
  margin: 0;
}
.c-article-body .outro .container .reading .container ul li p {
  font-size: 15px;
  line-height: 20px;
}
.c-article-body .outro .container .reading .container ul li p a {
  display: block;
}
.c-article-body .outro a {
  color: #003e68;
}
.c-article-body .outro p {
  margin: 0;
  font-family: Founders, sans-serif;
  font-size: 19px;
  line-height: 27px;
  padding-top: 15px;
  padding-left: 10%;
  padding-right: 10%;
}
.c-article-body .outro p span {
  background-color: yellow;
  font-weight: 600;
}
.c-article-body .outro h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  background-color: yellow;
  padding: 4px 10px;
  text-transform: uppercase;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
}
.c-article-body .outro hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px auto 20px;
}
.c-article-body .sources {
  width: 100%;
  background-color: #003e68;
  position: relative;
  padding: 0 0 5%;
  z-index: 100;
  color: #a9ddff;
}
.c-article-body .sources .container {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
.c-article-body .sources p {
  font-size: 11px;
  margin-top: 0;
}
.c-article-body .sources p a {
  color: #fdf001;
}
.c-article-body .ad-parent {
  background-color: #003e68;
  padding: 5% 0;
  position: relative;
  z-index: 10000;
}

.c-content-block {
  /*
    &:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: calc(((9 / 16) * 100%) - 70px);
    }
  */
}
.c-content-block figure {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.c-content-block.transition .container {
  width: 50%;
  max-width: 680px;
  margin: 80px auto;
  background-color: #e9f8ff;
  padding: 2% 4%;
  border: 2px solid #000;
}
.c-content-block.transition .container p {
  font-family: "CCDaveGibbons", sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.8em;
}
.c-content-block.illo {
  max-width: 1200px;
  margin: 0 auto;
  transform: scale(0.9) translate(0px, 40px);
  opacity: 0.6;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  z-index: 100;
}
.c-content-block.illo.screen-one {
  transform: initial;
  opacity: 1;
}
.c-content-block.illo.inviewable--in-view {
  transform: scale(1) translate(0px, 0px);
  opacity: 1;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  position: relative;
}
.c-content-block.illo.inviewable--in-view.screen-one {
  transform: initial;
}

.c-image.sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  width: 40.5%;
  transform: translateX(-73.5%);
}

.c-image.sticky.affix {
  position: fixed;
  top: 48px;
}

.c-image.sticky.affix.holdit {
  position: relative;
  top: 0;
  transform: translateX(0);
}

.screen-one.inviewable--in-view figure.c-image .c-image__caption p {
  animation: fadein 1s linear forwards;
}

.c-image.sticky.affix.holdit + figure:nth-child(2) {
  margin-left: 0;
}

figure .c-image__caption p {
  opacity: 0;
  top: 1.7%;
  left: 2.9%;
  font-family: "CCDaveGibbons", sans-serif;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1.8em;
}
figure.inviewable--in-view .c-image__caption p {
  animation: fadein 0.5s linear forwards;
}

.screen-one figure:nth-child(1) {
  width: 40.5%;
  max-width: 486px;
}
.screen-one figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 42.6%;
  left: 2.9%;
}
.screen-one figure:nth-child(1) .c-image__caption p:nth-child(2) {
  width: 42.6%;
  left: 51.7%;
}
.screen-one figure:nth-child(2) {
  width: 59.4%;
  margin-left: 40.5%;
}
.screen-one figure:nth-child(2) .c-image__caption p {
  opacity: 0;
}
.screen-one figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 63%;
  top: initial;
  left: initial;
  right: 1.3%;
  bottom: 1.7%;
}

.screen-two figure:nth-child(1) {
  width: 23.8%;
}
.screen-two figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 89.6%;
  left: 4.2%;
}
.screen-two figure:nth-child(2) {
  width: 46.1%;
}
.screen-two figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 62%;
  left: 0.5%;
}
.screen-two figure:nth-child(2) .c-image__caption p:nth-child(2) {
  width: 66.6%;
  top: initial;
  left: 28.2%;
  bottom: 1.7%;
}
.screen-two figure:nth-child(3) {
  width: 30.1%;
}
.screen-two figure:nth-child(3) .c-image__caption p:nth-child(1) {
  width: 91.4%;
  right: 2.7%;
  left: initial;
}

.screen-three figure:nth-child(1) {
  width: 28.6%;
}
.screen-three figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 89.6%;
  left: 4.2%;
}
.screen-three figure:nth-child(1) .c-image__caption p:nth-child(2) {
  width: 89.8%;
  left: 4%;
  top: initial;
  bottom: 1.8%;
}
.screen-three figure:nth-child(2) {
  width: 71.4%;
}
.screen-three figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 16.4%;
  padding: 2.8%;
  left: 74.6%;
  top: initial;
  bottom: 29%;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
}
.screen-three figure:nth-child(2) .c-image__caption p:nth-child(1):before {
  content: "";
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 35px solid #000;
  /* border-radius: 12%; */
  position: absolute;
  top: -36px;
  left: 58px;
}
.screen-three figure:nth-child(2) .c-image__caption p:nth-child(1):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 31px solid #fff;
  position: absolute;
  top: -29px;
  left: 61px;
}
.screen-three figure:nth-child(2) .c-image__caption p:nth-child(2) {
  width: 19.3%;
  left: 74.2%;
  top: initial;
  bottom: 11.8%;
}

.screen-four figure:nth-child(1) {
  width: 100%;
}
.screen-four figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 32%;
  left: 0.9%;
  top: initial;
  bottom: 1%;
}
.screen-four figure:nth-child(2) {
  width: 100%;
}
.screen-four figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 21%;
  left: 0.8%;
}

.screen-five figure:nth-child(1) {
  width: 40%;
}
.screen-five figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 91.6%;
  left: 2.8%;
  top: 1.6%;
}
.screen-five figure:nth-child(1) .c-image__caption p:nth-child(2) {
  box-sizing: border-box;
  width: 47.6%;
  left: 49.8%;
  top: initial;
  bottom: 3%;
  border-radius: 50%;
  padding: 5% 5%;
  font-size: 9px;
  text-align: center;
}
.screen-five figure:nth-child(1) .c-image__caption p:nth-child(2):before {
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 35px solid #000;
  position: absolute;
  top: -33px;
  left: 58px;
}
.screen-five figure:nth-child(1) .c-image__caption p:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 32px solid #fff;
  position: absolute;
  top: -25px;
  left: 61px;
}
.screen-five figure:nth-child(2) {
  width: 60%;
}
.screen-five figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 44%;
  left: initial;
  top: initial;
  bottom: 1.7%;
  right: 1.3%;
}

.screen-six figure:nth-child(1) {
  width: 32.5%;
}
.screen-six figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 91%;
  top: 1.4%;
}
.screen-six figure:nth-child(2) {
  width: 67.5%;
}
.screen-six figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 50%;
  left: initial;
  top: initial;
  bottom: 1.8%;
  right: 1.5%;
}

.screen-seven figure:nth-child(1) {
  width: 57.5%;
}
.screen-seven figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 50%;
  top: initial;
  bottom: 1.8%;
  left: 2.1%;
}
.screen-seven figure:nth-child(2) {
  width: 42.5%;
}
.screen-seven figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 92%;
  left: 1%;
  top: initial;
  bottom: 1.8%;
}

.screen-eight figure:nth-child(1) {
  width: 100%;
}
.screen-eight figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 60%;
  left: initial;
  right: 0.8%;
  bottom: 1.8%;
  top: initial;
}

.screen-nine figure:nth-child(1) {
  width: 100%;
}
.screen-nine figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 55%;
  left: 1%;
  top: initial;
  bottom: 1%;
}
.screen-nine figure:nth-child(2) {
  width: 100%;
}
.screen-nine figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 41%;
  left: initial;
  right: 1%;
  top: 1.6%;
}

.screen-ten figure:nth-child(1) {
  width: 67.1%;
}
.screen-ten figure:nth-child(1) .c-image__caption p:nth-child(1) {
  width: 62%;
  left: 1.6%;
  top: initial;
  bottom: 1.5%;
}
.screen-ten figure:nth-child(2) {
  width: 32.9%;
}
.screen-ten figure:nth-child(2) .c-image__caption p:nth-child(1) {
  width: 90%;
  left: 1.7%;
  top: initial;
  bottom: 1.5%;
}

.screen-eleven figure:nth-child(1) {
  width: 100%;
}
.screen-eleven figure:nth-child(1) .c-image__caption {
  position: absolute;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.screen-eleven figure:nth-child(1) .c-image__caption p {
  display: inline-block;
  position: relative;
  margin: 8% 0;
}

.c-image__caption p {
  position: absolute;
  margin: 0;
  background-color: #fff;
  padding: 2%;
  border: 2px solid #000;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-original-sponsor-logo,
.c-original-disclaimer {
  background-color: #212a33;
}

.c-original-sponsor-logo__link img {
  max-width: 220px;
}

/*
.c-content-block {
  position: relative;
  &:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: (9 / 16) * 100%;
  }
  > .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
*/
@media screen and (max-width: 768px) {
  .c-image.sticky {
    position: relative;
    transform: initial;
  }
  .c-image.sticky.affix {
    position: relative;
    top: 0;
  }
  .screen-one figure:nth-child(1) .c-image__caption p:nth-child(1),
  .screen-one figure:nth-child(1) .c-image__caption p:nth-child(2) {
    opacity: 1;
  }
  .screen-one figure:nth-child(2) {
    width: 59.4%;
    margin-left: initial;
  }
  .c-article-header:after {
    display: none;
  }
  .c-article-header .c-hed {
    width: 80%;
    height: 60vh;
    margin: 0 auto;
    font-size: 90px;
    padding: 0;
  }
  .splatter {
    width: 80%;
    top: -1.5%;
    right: -1.5%;
  }
  .c-article-header .c-dek {
    width: 70%;
    margin: 0 auto;
  }
  .splatter-sm {
    left: -10%;
    right: initial;
  }
  .c-article-body .intro .container {
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
    transform: initial;
  }
  .c-article-body .intro h3:before {
    display: none;
  }
  .c-content-block figure {
    display: block;
  }
  .screen-one figure:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
  .screen-one figure:nth-child(2) {
    width: 100%;
  }
  .c-content-block.transition .container {
    width: 60%;
  }
  .screen-two figure:nth-child(1) {
    width: 34%;
    display: inline-block;
  }
  .screen-two figure:nth-child(2) {
    width: 65.1%;
    display: inline-block;
  }
  .screen-two figure:nth-child(3) {
    width: 100%;
  }
  .screen-three figure:nth-child(1),
  .screen-three figure:nth-child(2) {
    width: 100%;
  }
  .screen-five figure:nth-child(1) {
    width: 100%;
  }
  .screen-five figure:nth-child(2) {
    width: 100%;
  }
  .screen-six figure:nth-child(1) {
    width: 32.5%;
    display: inline-block;
  }
  .screen-six figure:nth-child(2) {
    width: 67.5%;
    display: inline-block;
  }
  .screen-seven figure:nth-child(1) {
    width: 100%;
  }
  .screen-seven figure:nth-child(2) {
    width: 100%;
  }
  .screen-nine figure:nth-child(2) .c-image__caption p:nth-child(1) {
    width: 68%;
  }
  .screen-ten figure:nth-child(1) {
    width: 67.1%;
    display: inline-block;
  }
  .screen-ten figure:nth-child(2) {
    width: 32.9%;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .c-header__sponsor.c-header__sponsor--original {
    font-size: 14px;
  }
  .c-wrap-logo {
    width: 152px;
  }
  .c-article-header .c-hed {
    width: 90%;
    height: 50vh;
  }
  .c-article-header:before {
    height: 5%;
    background-size: 12%;
  }
  .c-article-header {
    background-size: 100%;
  }
  .c-article-header .c-hed span {
    display: block;
    top: 25vh;
  }
  .c-article-header .c-dek {
    width: 90%;
  }
  .c-article-header .c-dek p {
    font-size: 11px;
  }
  .c-article-body .intro .container {
    width: 88%;
  }
  .c-content-block.transition .container {
    width: 86%;
  }
  .screen-one figure.c-image--screen1-img1 {
    margin-left: -0.5%;
  }
  .screen-one figure.c-image--screen1-img2 img {
    margin-left: 2%;
    width: 97.5%;
  }
  .screen-one figure figcaption {
    display: block;
  }
  .screen-one figure:nth-child(2) .c-image__caption p:nth-child(1) {
    width: initial;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    position: relative;
    padding: 4%;
    margin: 0 2% 0;
  }
  .screen-two figure:nth-child(1),
  .screen-two figure:nth-child(2) {
    width: 100%;
    display: block;
  }
  .screen-two figure:nth-child(3) {
    width: 98.4%;
    margin-left: 1.8%;
  }
  .screen-two figure.c-image--screen2-img1 {
    margin-left: -1.5%;
  }
  .screen-two figure:nth-child(2) {
    width: 96%;
    margin: 0 auto;
  }
  .screen-two figure:nth-child(2) .c-image__caption p:nth-child(1) {
    width: 94%;
    font-size: 8px;
  }
  .screen-two figure:nth-child(2) .c-image__caption p:nth-child(2) {
    width: 93.6%;
    top: initial;
    left: 0.2%;
    bottom: 1.7%;
    font-size: 10px;
  }
  .screen-three figure:nth-child(1) {
    margin-left: -1.4%;
  }
  .screen-three figure {
    position: relative;
  }
  .screen-three figure.c-image--screen3-img2 {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .screen-three figure.c-image--screen3-img2 img {
    width: 700px;
    max-width: initial;
  }
  .screen-three figure.c-image--screen3-img2:before {
    content: "Swipe Left →";
    display: block;
    font-family: "CCDaveGibbons", sans-serif;
    letter-spacing: 0.1em;
    font-size: 11px;
    line-height: 1.8em;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #fff;
    padding: 2%;
    border: 2px solid #000;
  }
  .screen-three figure:nth-child(2) .c-image__caption p:nth-child(1) {
    width: 33%;
    padding: 2%;
    left: 127.8%;
    top: initial;
    bottom: 30%;
    border-radius: 50%;
    text-align: center;
    font-size: 8px;
  }
  .screen-three figure:nth-child(2) .c-image__caption p:nth-child(2) {
    width: 39.3%;
    left: 138.2%;
    top: initial;
    bottom: 11.8%;
    font-size: 10px;
  }
  .screen-four .container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .screen-four .container figure {
    width: 1000px;
    max-width: initial;
  }
  .screen-four .container figure:nth-child(1):before {
    content: "Swipe Left →";
    display: block;
    font-family: "CCDaveGibbons", sans-serif;
    letter-spacing: 0.1em;
    font-size: 11px;
    line-height: 1.8em;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #fff;
    padding: 0.8%;
    border: 2px solid #000;
  }
  .screen-six figure:nth-child(1) {
    width: 100%;
    display: block;
  }
  .screen-six figure:nth-child(2) {
    width: 97%;
    margin: 0 auto;
    display: block;
  }
  .screen-nine figure:nth-child(2) .c-image__caption p:nth-child(1) {
    bottom: initial;
    box-sizing: border-box;
    left: initial;
    margin: 0 auto;
    position: relative;
    right: initial;
    top: initial;
    width: 98%;
  }
  .screen-ten figure:nth-child(1),
  .screen-ten figure:nth-child(2) {
    width: 100%;
    display: block;
  }
  .screen-eleven figure img {
    display: none;
  }
  .screen-eleven figure:nth-child(1) {
    width: 100%;
    height: 100vh;
    background-color: #000;
  }
  .screen-eleven figure:nth-child(1) .c-image__caption {
    width: 70%;
  }
  .c-article-body .outro .container {
    width: 95%;
  }
  .c-article-body .outro .container p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .c-article-body .outro .container .reading .container h3 {
    padding-left: 5%;
  }
  .splatter {
    width: 100%;
    top: -0.5%;
    right: 0;
  }
  .screen-five figure:nth-child(1) .c-image__caption p:nth-child(2) {
    width: 45.6%;
    height: inherit;
    left: 49.8%;
    top: initial;
    bottom: 5%;
    padding: 7% 4%;
    font-size: 8px;
  }
  .screen-five figure:nth-child(1) {
    width: 98%;
  }
  .screen-five figure:nth-child(1) .c-image__caption p:nth-child(1) {
    width: 91.6%;
    left: 2.8%;
    top: 1.6%;
    font-size: 9px;
  }
  .screen-five figure:nth-child(2) {
    width: 97%;
    margin-left: 1.8%;
  }
  .screen-five figure:nth-child(2) .c-image__caption p:nth-child(1) {
    width: initial;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    position: relative;
  }
  .screen-six figure:nth-child(2) .c-image__caption p:nth-child(1) {
    width: initial;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    position: relative;
  }
  .screen-seven figure:nth-child(1) .c-image__caption p:nth-child(1) {
    width: 91%;
    margin: 0 auto;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    position: relative;
  }
  .screen-seven figure:nth-child(2) .c-image__caption p:nth-child(1) {
    width: 91%;
    margin: 0 auto;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    position: relative;
  }
  .screen-ten figure:nth-child(1) .c-image__caption p:nth-child(1) {
    width: 91%;
    margin: 0 auto;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    position: relative;
  }
  .screen-eight .container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .screen-eight .container figure {
    width: 1000px;
    max-width: initial;
    margin-top: 20px;
  }
  .screen-eight .container figure:nth-child(1):before {
    content: "Swipe Left →";
    display: block;
    font-family: "CCDaveGibbons", sans-serif;
    letter-spacing: 0.1em;
    font-size: 11px;
    line-height: 1.8em;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #fff;
    padding: 0.8%;
    border: 2px solid #000;
  }
  .screen-eight figure:nth-child(1) .c-image__caption p:nth-child(1) {
    width: 20%;
    left: 1%;
    right: initial;
    bottom: 1.8%;
    top: initial;
    font-size: 10px;
  }
  .screen-nine .container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}