.gallery-container {
    position: relative;
}

.sold-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    max-width: 35%;
    z-index: 9;
}

.sold-badge img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

@media (max-width: 576px) {
    .sold-badge {
        top: 0.5rem;
        right: 0.5rem;
        max-width: 45%;
    }
}
/* Your custom CSS here */

.gallery-container {
    position: relative;
}

.sold-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    max-width: 35%;
    z-index: 9;
}

.sold-badge img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

@media (max-width: 576px) {
    .sold-badge {
        top: 0.5rem;
        right: 0.5rem;
        max-width: 45%;
    }
}
