
.wc-block-featured-category:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.wc-block-featured-category {
    min-height: unset !important;
}

.wc-block-featured-category__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}

.wc-block-featured-category .wc-block-featured-category__background-image {
    object-fit: cover !important;
    -o-object-fit: cover !important;
}
