/* v70: final visual centering and responsive alignment pass. */
.series-current-art {
  display: grid;
  place-items: center;
  align-self: stretch;
}
.series-current-art img {
  display: block;
  max-width: 100%;
  max-height: min(560px, calc(100% - 24px));
}

.future-volume-orbit::before,
.future-volume-orbit i { transform: translateY(-24px); }
.future-volume-orbit b {
  top: 50%;
  transform: translate(-50%, calc(-50% - 24px));
}
.future-volume-orbit blockquote {
  max-width: 36em;
  font-size: clamp(16px, 1.3vw, 19px);
}

@media (max-width: 760px) {
  .series-current-art img { max-height: 390px; }
  .future-volume-orbit::before,
  .future-volume-orbit i { transform: none; }
  .future-volume-orbit b {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
