<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c7n-image-prop-height {
    /* background-position: center center; */
    background-position: top;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.c7n-image-prop-height::after {
    content: " ";
    display: block;
    padding-bottom: 75%;
}


.c7n-person .c7n-image-prop-height::after {
    padding-bottom: 100%;
}

.c7n-portrait .c7n-image-prop-height::after {
    padding-bottom: 56%;
}
</pre></body></html>