figure.is-style-image-fullheight-cover {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
figure.is-style-image-fullheight-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}