.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%;
}
