figure.image img.is-covered,
figure.image.is-covered img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
