.header-image {
  width: 400px;
  height: 100%;
  max-width: 400px;
}

.site-header {
  background-color: white;
}

.article-img {
  filter: brightness(90%);
}

.issue-card-inner {
  display: flex;
  height: auto;
}

.issue-content {
  width: 100%;
}

#article_opener .card-img-overlay h1.article-title {
    color: #fff;
}