.cards-container-item img.like-heart {
    position: absolute;
    width: 15%;
    right: 6%;
    top: 0.8rem;
    height: auto;
    z-index: 2;
    cursor: pointer;
}
.cards-container-item.col-xl-12 img.like-heart {
    position: absolute;
    width: 25%!important;
    height: auto!important;
    right: 6%;
    top: 0.8rem;
    height: auto;
    z-index: 2;
    cursor: pointer;
}
