.widget-card {
    position: relative;
}

.widget-card .card-img-top {
    margin: auto;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
}

.widget-card .img-container--cover .card-img-top {
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: cover;
}


