.bd-article-header__wrapper {
  position: relative;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  width: 100%;
}

.bd-article-header h1 {
  font-family: var(--wp--preset--font-family--pt-serif);
  position: relative;
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-style: normal;
}

@media (min-width: 48rem) {
  .bd-article-header h1 {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
}
.bd-article-header h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5rem;
  height: 2px;
  background-color: var(--wp--preset--color--white);
}

.bd-article-header__content {
  padding: 2rem 2rem;
  text-align: center;
}

.bd-article-header__image img {
  display: block;
}

.bd-article-header .caption {
  position: relative;
}

.bd-article-header .caption span {
  display: inline-block;
  margin: 0.5rem 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 60rem) {
  .bd-article-header .caption {
    text-align: right;
  }
  .bd-article-header .caption span {
    width: calc(50% - 1rem);
    margin: 0.5rem 1.25rem 0 auto;
  }
}
.bd-article-header .caption a {
  color: var(--wp--preset--color--black);
}

.bd-article-header a {
  color: white;
}

.bd-article-header__authors-sec {
  font-size: 1.125rem;
}

.bd-article-header__author {
  margin-top: 1rem;
  margin-bottom: 0;
}

@media (min-width: 60rem) {
  .bd-article-header.right .bd-article-header__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .bd-article-header.right .bd-article-header__wrapper > * {
    width: 50%;
  }
  .bd-article-header.right .bd-article-header__wrapper h1 {
    padding-bottom: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .bd-article-header.right .bd-article-header__wrapper .bd-article-header__image {
    position: relative;
  }
  .bd-article-header.right .bd-article-header__wrapper .bd-article-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 37.5rem;
    padding: 4% 8%;
  }
  .bd-article-header.right .bd-article-header__wrapper .bd-article-header__author {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .bd-article-header.right .bd-article-header__wrapper img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .bd-article-header.right .bd-article-header__wrapper figure {
    margin: 0;
  }
}
@media (min-width: 60rem) {
  .bd-article-header.full-width .bd-article-header__wrapper h1 {
    padding-bottom: 0;
  }
  .bd-article-header.full-width .bd-article-header__wrapper h1:before {
    display: none;
  }
  .bd-article-header.full-width .bd-article-header__wrapper .bd-article-header__content {
    position: absolute;
    text-align: left;
    bottom: 0;
    z-index: 10;
    padding: 0;
    left: 6.5rem;
    bottom: 5.25rem;
    width: 50%;
  }
  .bd-article-header.full-width .bd-article-header__wrapper .bd-article-header__image {
    position: relative;
    height: 100%;
    min-height: 37.5rem;
  }
  .bd-article-header.full-width .bd-article-header__wrapper .bd-article-header__image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 9;
    background: linear-gradient(to top, hsla(0, 0%, 0%, 0.63) 0%, hsla(0, 0%, 0%, 0.621) 0.8%, hsla(0, 0%, 0%, 0.597) 2.9%, hsla(0, 0%, 0%, 0.562) 6.4%, hsla(0, 0%, 0%, 0.517) 11%, hsla(0, 0%, 0%, 0.464) 16.6%, hsla(0, 0%, 0%, 0.406) 23.1%, hsla(0, 0%, 0%, 0.344) 30.4%, hsla(0, 0%, 0%, 0.281) 38.3%, hsla(0, 0%, 0%, 0.22) 46.7%, hsla(0, 0%, 0%, 0.162) 55.4%, hsla(0, 0%, 0%, 0.11) 64.4%, hsla(0, 0%, 0%, 0.065) 73.5%, hsla(0, 0%, 0%, 0.03) 82.5%, hsla(0, 0%, 0%, 0.008) 91.4%, hsla(0, 0%, 0%, 0) 100%);
  }
  .bd-article-header.full-width .bd-article-header__wrapper .bd-article-header__image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wp--preset--color--black);
    opacity: 0.1;
  }
  .bd-article-header.full-width .bd-article-header__wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
