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

.is-style-dg-icon figure {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
}

.is-style-dg-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}