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;
}
.is-style-image-desktop-80 figure,
.is-style-image-desktop-80 figure.alignright {
    margin: 0;
}

@media (min-width: 992px) {
    .is-style-image-desktop-80 figure,
    figure.is-style-image-desktop-80,
    .is-style-image-desktop-80-right {
        width: 80%;       
    }
    .is-style-image-desktop-80-right {
        margin-left: auto !important;
    }
    
}