html body .header-wrapper---block {
  pointer-events: none;
}

html body .header-wrapper---block .header-wrapper {
  pointer-events: auto;
}

html body .section.hero.v5 {
  padding-top: 168px;
}

html body .section.hero.v6,
html body .section.hero.v6.e115-article-hero {
  padding-top: 220px;
}

html body .e115-back-articles {
  position: relative;
  z-index: 5;
  display: inline-block;
  pointer-events: auto;
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  html body .section.hero.v5 {
    padding-top: 148px;
  }

  html body .section.hero.v6,
  html body .section.hero.v6.e115-article-hero {
    padding-top: 200px;
  }
}
