
.image-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    }
    
    
    
    
    
    .close-btn{
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    z-index: 1;
    }