.memorial-leaf{
    position:absolute;
    border: 1px solid black;
    min-width:30px;
    min-height:30px;
}

.claim-leaf .image-frame {
    width:400px;
    height:400px;
    overflow:hidden;
    text-align:center;
    border:1px solid black;
    position:relative;
}


.claim-leaf .image-frame img {
    max-width:initial;
    width:100%;
    position:absolute;
}

.basket-info .image-frame {
    width:200px;
    height:200px;
    overflow:hidden;
    text-align:center;
    border:1px solid black;
    position:relative;
}

.basket-info .image-frame img {
    max-width:initial;
    width:100%;
    position:absolute;
}