.themeart-badge {
    position: absolute;
    z-index: 1;
    right: 7%;
    top: 2.5rem;
}
.item-slider .themeart-badge {
    right: 3%;
}
.themeart-badge img {
    max-width: 50px;
    height: auto;
    display: block;
    margin-bottom: .25rem;
}
@media (max-width: 450px) {
    .themeart-badge {
        top: 2rem;
    }
    .themeart-badge img {
        max-width: 40px;
    }
}
/* details */
.gallery-with-action.fullscreen .themeart-badge {
    top: 10%;
}