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% !important;
height: 100% !important;
object-fit: cover !important;
object-position: center !important;
}
.is-style-dg-icon {
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;
}