/* Reserve a single responsive slide before Slick adds its track and classes. */
.js-slick-slide:not(.slick-initialized) > :not(:first-child) {
    display: none;
}
.js-slick-slide:not(.slick-initialized) > :first-child > picture > img {
    display: block;
    width: 100%;
    height: auto;
}

/* This portrait component caps its height; preserve its natural width at that cap. */
.p-concept__figure img {
    width: auto;
}
