/*
 * .-----------------------------------------------------.
 * |                    STORIES LIST                     |
 * '-----------------------------------------------------'
 */

/* --- Intro --- */

.swop22-stories-intro {
  background: url(images/header-bg.png) center top no-repeat;
  background-size: cover;
  padding: 142px 15px 0;
  margin-bottom: 36px;
  width: auto;
  overflow: hidden;
}

.swop22 h2.swop22-stories-intro-title {
  margin: 0;
  font-size: 45px;
  line-height: 40px;
  padding: 30px 15px;
}

.swop22-fr h2.swop22-stories-intro-title,
.swop22-es h2.swop22-stories-intro-title {
  font-size: 34px;
  line-height: 36px;
}

.swop22-stories-intro span {
  display: block;
}

@media all and (min-width: 768px) {
  .swop22-stories-intro {
    padding: 142px 26px 0;
    width: 100%;
  }
}

@media all and (min-width: 1000px) {
  .swop22-stories-intro {
    margin-bottom: 50px;
  }

  .swop22 h2.swop22-stories-intro-title {
    min-width: 40%;
    font-size: 120px;
    line-height: 100px;
    padding: 45px 50px 45px 50px;
    float: left;
  }
}

/* --- List --- */

.swop22-stories-inner {
  max-width: 900px;
  margin: 0 auto;
}

.swop22-stories-story {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.swop22-stories-story:nth-child(even) {
  align-items: flex-end;
}

.swop22-stories-story:last-child {
  margin-bottom: 0;
}

.swop22 .swop22-stories-story a {
  display: block;
  width: 100%;
  color: inherit;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.swop22-stories-img {
  width: 100%;
  height: 0;
  padding-bottom: 68.94%;
  position: relative;
  z-index: 1;
}

.swop22-stories-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swop22-stories-texts {
  min-height: 115px;
  padding: 26px 20px 26px;
  background: #fff;
}

.swop22-stories-story:nth-child(odd) .swop22-stories-texts {
  text-align: right;
}

.swop22 h3.swop22-stories-title {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  padding: 0 0 20px 0;
  text-align: inherit;
}

p.swop22-stories-readmore {
  font-size: 20px;
  line-height: 21px;
}

.swop22-stories-readmore span {
  display: inline-block;
  min-height: 21px;
  padding-right: 33px;
  background: url(images/icon-arrow-right.svg) right center no-repeat;
  background-size: 21px 21px;
}

@media all and (min-width: 680px) {
  .swop22-stories-story a {
    max-width: 580px;
  }
}

@media all and (min-width: 768px) {
  .swop22-stories-texts {
    padding: 26px;
  }

  .swop22 h3.swop22-stories-title {
    font-size: 36px;
    line-height: 36px;
  }
}

/*
 * .-----------------------------------------------------.
 * |                        STORY                        |
 * '-----------------------------------------------------'
 */

.swop22-story {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #fff;
}

.swop22-story-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: right top no-repeat;
  background-size: cover;
  z-index: 1;
}

.swop22-story-markup {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  opacity: 0;
  z-index: 2;
}

.swop22-story-padding {
  padding: 425px 25px 100px;
}

.swop22-story-pane {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.swop22-story-close {
  width: 50px;
  height: 50px;
  background: #fff url(images/icon-arrow-left.svg) center center no-repeat;
  background-size: 30px auto;
  border: 1px solid #757575;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2001;
}

.swop22-story-credit {
  text-align: left;
  font-size: 14px;
  line-height: 1em;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 390px;
  left: 25px;
  right: 25px;
  z-index: 2001;
}

.swop22-story-content {
  padding: 20px;
  position: relative;
}

.swop22 h3.swop22-story-title {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 50px 0;
  padding: 0;
}

.swop22-fr h3.swop22-story-title {
  font-size: 26px;
  line-height: 26px;
}

.swop22 .swop22-story-text p {
  margin: 13px 0;
  padding: 0;
  font-size: 21px;
  line-height: 28px;
}

.swop22 .swop22-story-text p:first-child {
  margin-top: 0;
}

.swop22 .swop22-story-text p:last-child {
  margin-bottom: 0;
}

.swop22-story-footer {
  padding: 26px 25px 24px;
  border-top: 1px solid #000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
}

.swop22 .swop22-story-footer a {
  color: inherit;
}

.swop22-story-back {
  display: inline-block;
  background: url(images/icon-arrow-left.svg) 0 center no-repeat;
  background-size: 21px;
  min-height: 21px;
  padding-left: 36px;
}

.swop22-story-nav {
  padding-top: 10px;
}

.swop22-story-nav-sep {
  padding: 0 14px;
}

@media all and (min-width: 768px) {
  .swop22-story-img {
    background-size: 100%;
  }

  .swop22-story-content {
    padding: 50px;
  }

  .swop22-story-close {
    width: 70px;
    height: 70px;
    background-size: 42px auto;
    top: 35px;
    right: 35px;
  }

  .swop22 h3.swop22-story-title {
    font-size: 60px;
    line-height: 70px;
  }

  .swop22-story-footer {
    padding: 26px 50px 24px;
  }

  .swop22-story-back {
    display: block;
  }

  .swop22-story-back,
  .swop22-story-nav-inner,
  .swop22-story-prev,
  .swop22-story-next,
  .swop22-story-nav-sep {
    float: left;
  }

  .swop22-story-nav {
    padding: 0;
    float: right;
  }
}

@media all and (min-width: 1000px) {
  .swop22-story-pane {
    max-width: 60%;
  }
}

@media all and (min-width: 1600px) {
  .swop22-story-pane {
    max-width: 50%;
  }

  .swop22 h3.swop22-story-title {
    font-size: 80px;
    line-height: 90px;
  }
}
