/* The supplied artwork replaces the separate masthead lettering and pink star. */
.masthead .the { display: none; }

.masthead h1.zine-title-art {
  position: relative;
  margin: 0;
  line-height: 0;
}

.masthead h1.zine-title-art::after { display: none; }

.zine-title-art img {
  display: block;
  width: min(350px, 100%);
  height: auto;
}

.zine-title-art .issue-label {
  position: absolute;
  top: 49px;
  left: min(365px, calc(100% + 10px));
  white-space: nowrap;
}

.masthead .tagline-image {
  display: block;
  width: min(300px, 100%);
  height: auto;
  margin-top: 10px;
}

@media (max-width: 700px) {
  .zine-title-art img { width: 100%; }
  .masthead .tagline-image { width: 100%; }
}
