.uc_categories_overview.advanced.text-bg .category-name {
    margin-top: -25px;
    height: 38px;
    z-index: 1;

    background-color: #8d9ba742 !important;
    color: #000000 !important;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;

    padding: 0 !important;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Afbeelding container */
.uc_categories_overview a.image {
    position: relative;
}

/* Afbeeldingen vanaf 501px breed */
@media (min-width: 501px) {
    .uc_categories_overview a.image img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
        width: 88%;
        height: 88%;
    }
}

/* Grote schermen */
@media (min-width: 1200px) {
    .uc_categories_overview.advanced.text-bg .category-name {
        font-size: 13px !important;
        height: 38px;
        margin-top: -24px;
    }
}

/* Laptop / kleinere desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .uc_categories_overview.advanced.text-bg .category-name {
        font-size: 10px !important;
        height: 65px;
        margin-top: -50px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .uc_categories_overview.advanced.text-bg .category-name {
        font-size: 11px !important;
        height: 65px;
        margin-top: -50px;
    }
}

/* Grote mobiel / kleine tablet */
@media (min-width: 576px) and (max-width: 767px) {
    .uc_categories_overview.advanced.text-bg .category-name {
        font-size: 12px !important;
        height: 60px;
        margin-top: -45px;
    }
}

/* Mobiel */
@media (max-width: 575px) {
    .uc_categories_overview.advanced.text-bg .category-name {
        font-size: 11px !important;
        height: 55px;
        margin-top: -40px;
    }
}