.index {
  --main-theme-color: var(--current-theme);
  padding: 0 20px 34px;

  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.cover {
  color: #fff;
  text-align: center;
  min-height: 522px;
  /* max-width: 100%; */
  display: flex;
  overflow: hidden;
  width: calc(100% + 40px);
  transform: translateX(-20px);
  margin: 36px auto 48px;
  position: relative;

  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.cover__bg-image {
  height: 100%;
  width: auto;
  max-width: 620px;
  z-index: -1;
  position: absolute;
  top: 0%;
  object-fit: cover;
  object-position: bottom;
  transform: scale(0.95);
}

.cover__bg-image:first-of-type {
  left: -2%;
  border-radius: 5px;
  opacity: 0.7;

  -webkit-animation: fadeinhalf 1s, fromleft 1s, scaledown 1s;
  -moz-animation: fadeinhalf 1s, fromleft 1s, scaledown 1s;
  -ms-animation: fadeinhalf 1s, fromleft 1s, scaledown 1s;
  -o-animation: fadeinhalf 1s, fromleft 1s, scaledown 1s;
  animation: fadeinhalf 1s, fromleft 1s, scaledown 1s;
}

.cover__bg-image:last-of-type {
  right: -10%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;

  -webkit-animation: fadein 1s, fromright 1s, scaledown 1s;
  -moz-animation: fadein 1s, fromright 1s, scaledown 1s;
  -ms-animation: fadein 1s, fromright 1s, scaledown 1s;
  -o-animation: fadein 1s, fromright 1s, scaledown 1s;
  animation: fadein 1s, fromright 1s, scaledown 1s;
}

.cover__text-wrapper {
  margin: auto;
}

.cover__image {
  width: 112px;
}

.cover__title {
  font-size: 84px;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: normal;
  max-width: 852px;
  margin: 36px auto;
  letter-spacing: 0;
}

.cover__text {
  font-size: 14px;
  line-height: 1.4;
  width: 80%;
  max-width: 852px;
  margin: 0 auto;
}

.title {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 54px 0 0;
  color: var(--current-theme);
  margin-top: 20px;
}

.title__text {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: normal;
  margin: 0 auto 12px;
  display: block;
  max-width: 1076px;
  line-height: 1;
  letter-spacing: 0;
}

.title__authors {
  font-size: 16px;
  line-height: 1.3;
  display: block;
  max-width: 600px;
  margin: 20px auto 0;
}

.title__image {
  width: 100%;
  margin-top: 54px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.title__image-max {
  /* object-position: top !important; */
}

.title__video-story-image-container {
  position: relative;
  display: block;
}

.title__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
}


.title_type_two-columns {
  display: flex;
  height: 400px;
  padding: 0;
}

.title_type_two-columns:hover .title__video-icon {
  transform: translate(-50%, -50%) scale(1.05);
}

.title_type_two-columns .title__text {
  margin: 36px auto 0;
  max-width: calc(100% - 18px);
}

.title_type_two-columns .title__description {
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.title_type_two-columns .title__video-story-image-container {
  width: 50%;
  height: 100%;
}

.title_type_two-columns .title__authors {
  margin: 0 auto 48px;
  max-width: calc(100% - 92px);
}

.title_type_two-columns .title__image {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
}

.audio-highlight {
  display: block;
  text-decoration: none;
  --panel-bg-color: var(--current-theme);
  border: 1px solid #fff;
  padding: 42px 0 60px;
  color: #fff;
  margin-bottom: 20px;
}

.audio-highlight__pseudo-player {
  display: flex;
  width: 272px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  margin: auto;
  justify-content: space-evenly;
  align-items: center;
}

.audio-highlight__text {
  display: block;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  max-width: 1060px;
  margin: 30px auto;
}

.audio-highlight__authors {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  max-width: 620px;
  margin: auto;
  text-align: center;
}

.stories__heading {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.3em;
  margin: 60px auto 42px;
}

.story-link {
  padding: 24px 18px;
  display: block;
  text-decoration: none;
  color: var(--current-theme);
  height: 100%;
  width: 100%;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.story-link span {
  letter-spacing: inherit;
}

.stories_type_coming-soon .stories__heading  {
  margin: 60px auto 24px;
}

.stories_type_coming-soon .stories__suheading {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 54px;
}

.story-item {
  margin-bottom: 6px;
}

.story-item:last-of-type {
  margin-bottom: 0;
}

.story-item_type_coming-soon {
  --panel-bg-color: transparent;
  border: 1px solid #fff;
  opacity: .6;
}

.story-item_type_coming-soon .story-link {
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.story-item_type_coming-soon .story-link:hover {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 1180px) {
  @keyframes fromright {
    from { right: -4%; }
    to   { right: -2%; }
  }

  /* Firefox < 16 */
  @-moz-keyframes fromright {
    from { right: -4%; }
    to   { right: -2%; }
  }

  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fromright {
    from { right: -4%; }
    to   { right: -2%; }
  }

  /* Internet Explorer */
  @-ms-keyframes fromright {
    from { right: -4%; }
    to   { right: -2%; }
  }

  /* Opera < 12.1 */
  @-o-keyframes fromright {
    from { right: -4%; }
    to   { right: -2%; }
  }

  .cover__title {
    font-size: 72px;
  }

  .cover__bg-image:first-of-type {
    display: none;
  }

  .cover__bg-image:last-of-type {
    right: -2%;
  }

  .title_type_two-columns {
    height: 350px;
  }

  .title_type_two-columns .title__text {
    font-size: 27px;
    max-width: calc(100% - 48px);
    margin: 30px auto 0;
  }

  .title_type_two-columns .title__authors {
    font-size: 14px;
    max-width: calc(100% - 48px);
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 842px) {
  .title_type_two-columns .title__text {
    font-size: 24px;
  }
}

@media screen and (max-width: 800px) {
  @keyframes fromright {
    from { right: -32%; }
    to   { right: -30%; }
  }

  /* Firefox < 16 */
  @-moz-keyframes fromright {
    from { right: -32%; }
    to   { right: -30%; }
  }

  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fromright {
    from { right: -32%; }
    to   { right: -30%; }
  }

  /* Internet Explorer */
  @-ms-keyframes fromright {
    from { right: -32%; }
    to   { right: -30%; }
  }

  /* Opera < 12.1 */
  @-o-keyframes fromright {
    from { right: -32%; }
    to   { right: -30%; }
  }

  .cover__title {
    font-size: 60px;
  }

  .cover__text {
    font-size: 12px;
  }

  .cover__bg-image:last-of-type {
    right: -30%;
  }

  .title {
    padding-top: 36px;
  }

  .title__text {
    font-size: 24px;
    max-width: calc(100% - 48px);
    margin: 0 auto 12px;
  }

  .title__authors {
    font-size: 14px;
    max-width: calc(100% - 48px);
    margin: 0 auto 30px;
  }

  .title__image {
    margin-top: 0;
  }

  .title_type_two-columns {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .title_type_two-columns .title__description {
    width: 100%;
  }

  .title_type_two-columns .title__video-story-image-container {
    width: 100%;
  }

  .title_type_two-columns .title__text {
    margin: 0 auto 0;
    margin-bottom: 12px;
  }

  .title_type_two-columns .title__authors {
    max-width: 90%;
  }

  .title_type_two-columns .title__image {
    margin: 0;
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media screen and (max-width: 600px) {
  .index {
    padding: 0 10px 10px;
  }

  .cover {
    width: calc(100% + 20px);
    transform: translateX(-10px);
  }

  .cover__year {
    font-size: 12px;
  }

  .cover__title {
    font-size: 40px;
    margin: 30px auto;
  }

  .title__image {
    margin-top: 30px;
  }

  .title__video-icon {
    width: 50px;
  }

  .audio-highlight__pseudo-player {
    width: 208px;
    border: none;
  }

  .audio-highlight__pseudo-player img:first-of-type {
    display: none;
  }

  .audio-highlight__pseudo-player img:last-of-type {
    width: 100%;
  }

  .audio-highlight__text {
    font-size: 30px;
    line-height: 1.1;
  }

  .audio-highlight__authors {
    max-width: 233px;
    margin: auto;
  }

  .stories__heading {
    line-height: 1.4;
    margin: 42px auto 12px;
  }

  .stories_type_coming-soon .stories__heading {
    margin: 42px auto 24px;
  }

  .stories_type_coming-soon .stories__suheading {
    margin-bottom: 24px;
  }

  .story-item_type_coming-soon a span:last-of-type {
    display: none;
  }

  .story-link {
    font-size: 12px;
    line-height: 1.4;
    padding: 18px 24px;
  }
}

@media screen and (max-width: 480px) {
  .title__text {
    font-size: 21px;
  }

  .title__authors {
    line-height: 1.2;
    max-width: 80%;
  }
}
