.article__image {
  height: 700px;
  margin: 6rem auto 2rem;
  max-width: 1000px;
  position: relative;
}

@media (max-width:1199px) {
  .article__image {
    width: 100%;
    max-height: 670px;
    margin: 5rem auto 2rem;
  }
}

@media (max-width:899px) {
  .article__image {
    height: 400px;
    margin: 0 auto;
  }
}

@media (max-width:599px) {
  .article__image {
    height: 290px;
  }
}

.article__image.has-description {
  padding-bottom: 8px;
}

@media (max-width:1199px) {
  .article__image.has-description {
    padding-bottom: 16px;
  }
}

@media (max-width:899px) {
  .article__image.has-description {
    padding-bottom: 34px;
  }
}

.article__image_wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.article__image_wrapper::before,
.article__image_wrapper::after {
  position: absolute;
  left: -150px;
  top: 0;
  display: block;
  width: 300px;
  height: 100%;
  background: #fff;
  transform: skew(16.5deg);
  -webkit-transform: skew(16.5deg);
  -moz-transform: skew(16.5deg);
}

.article__image_wrapper::after {
  left: auto;
  right: -150px;
}

@media (max-width:899px) {
  .article__image_wrapper::before,
  .article__image_wrapper::after {
    display: none;
  }
}

.article__image_description {
  font-size: 11px;
  margin: 10px 0;
  font-weight: 600;
  text-align: right;
  color: #777;
  text-transform: uppercase;
}

@media (max-width:999px) {
  .article__image_description {
    margin-right: 10px;
  }
}

.article__image_wrapper img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: 50% 50%;
}

@media (max-width:899px) {
  .article__image_wrapper img {
    object-fit: cover;
  }
}

.article__content {
  max-width: 620px;
  padding-bottom: 30px;
}

.article__content img {
  width: calc(100% + 410px);
  max-width: none;
  height: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: -205px;
}

@media (max-width:1199px) {
  .article__content img {
    width: calc(100% + 210px);
    margin-left: -105px;
  }
}

@media (max-width:899px) {
  .article__content img {
    width: 100%;
    max-width: 100%;
    margin: 25px auto;
  }
}

.article__content iframe {
  width: 100%;
  max-width: 100%;
  min-height: 330px;
}

@media (max-width:899px) {
  .article__content iframe {
    min-height: 260px;
  }
}

@media (max-width:599px) {
  .article__content iframe {
    min-height: 220px;
  }
}

.article__heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width:1599px) {
  .article__heading {
    font-size: 3.4rem;
    padding-top: 30px;
    padding-bottom: 28px;
  }
}

@media (max-width:1199px) {
  .article__heading {
    font-size: 3rem;
    padding-top: 26px;
    padding-bottom: 22px;
  }
}

@media (max-width:899px) {
  .article__heading {
    font-size: 2.5rem;
    padding-top: 24px;
    padding-bottom: 18px;
  }
}

@media (max-width:599px) {
  .article__heading {
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 14px;
  }
}

.article__formatted {
  border-top: 1px solid #d8d8d8;
  margin-top: 40px;
  padding-top: 5px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 13px;
  padding-bottom: 12px
}

@media (max-width:599px) {
  .article__formatted {
    margin-top: 20px
  }
}

.article__formatted p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 13px;
  padding-bottom: 12px
}

.article__formatted blockquote, .article__formatted blockquote p, .article__formatted h2, .article__formatted h3 {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.55;
  font-weight: 700;
  color: #1f1313;
  padding-bottom: 0
}

.article__formatted h2 {
  text-transform: uppercase;
  margin-top: 30px
}

.article__formatted h3 {
  font-size: 1.6rem
}

.article__formatted figure {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8
}

.article__formatted figure img {
  width: 100%;
  height: auto
}

.article__formatted figcaption {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700
}

.article__end {
  width: 16px;
  margin: 21px auto 36px
}

.article__end svg {
  width: 16px;
  height: 22px
}

.article-share {
  margin-top: 25px
}

.article-share__link {
  display: flex;
  align-items: center
}

.article-share__link svg {
  width: 19px;
  height: 19px;
  fill: #111111
}

.article-share__link:hover .article-share__text {
  transform: translateX(3px)
}

.article-share__text {
  font-size: 1.4rem;
  margin-left: 12px;
  transition: transform .3s
}

/* fix for old articles */

._39k2,
._2cuy,
._3dgx,
._2vxa {
  margin-top: 1em
}

._39k2 br,
._2cuy br,
._3dgx br,
._2vxa br {
  display: block;
  content: "";
  margin-top: 1em;
}
