/* A standalone article keeps only the story, not the catalogue below it. */
.article-page .article-quick-nav,.article-page .article-feed,.article-page .article-directory{display:none}

/* The original cover is landscape; present it in the same portrait editorial frame as the other articles. */
.article-page .article-hero .article-poster{aspect-ratio:4 / 5;height:auto!important;min-height:0!important}
.article-page .article-hero .article-poster>img{width:100%;height:100%!important;object-fit:cover;object-position:70% center}
@media(max-width:800px){.article-page .article-hero .article-poster{aspect-ratio:4 / 5}.article-page .article-hero .article-poster>img{object-position:67% center}}
