.cropped-img-contain {
    cursor: pointer;
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cropped-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
