/* Only the new numbered article inserts; old product/photo layouts stay intact. */
.figure.wh-article-illustration {
    display: block;
    float: none;
    clear: both;
    box-sizing: border-box;
    width: min(100%, 640px);
    min-width: 0;
    max-width: 100%;
    margin: 18px auto;
    padding: 0;
    background: none;
}
.wh-article-illustration a,
.wh-article-illustration picture {
    display: block;
}
.figure.wh-article-illustration img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    margin: 0;
}
@media (max-width: 767px) {
    .figure.wh-article-illustration { margin: 14px auto; }
    .figure.wh-article-illustration img { max-height: 420px; }
}
