#dbi-customer-gallery .dbi-product-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.dbi-badge {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dbi-inform-badge {
    padding: 3px 15px;
    position: relative;
    background: var(--primary-color);
    color: #fff;
    align-content: center;
    text-align: center;
}

.dbi-proudct-gallery {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dbi-thumb {
    width: 100%;
    height: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
    object-position: bottom;
}

@media (min-width: 500px) {
    .dbi-proudct-gallery {
        min-height: 400px;
        max-height: 400px;
    }
}