.content-col-grow {
    flex: 1 1 0%;
    min-width: 0;
}

.content-img-fullheight {
    display: block;
    width: 100%;
    height: 16rem;
    min-height: 16rem;
    flex-shrink: 0;
    object-fit: cover;
}
@media (min-width: 992px) {
    .content-img-fullheight {
        height: 100%;
        min-height: 16rem;
    }
}

.exposition-bodycopy__ornament--offset {
    position: absolute;
    bottom: -1rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.exposition-bodycopy__text-panel-inset {
    padding: 4rem;
}

