.web_pic_remove_btn {
    position: absolute;
    bottom: 80%;
    left: 88px;
    height: 20px;
    width: 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 0px 4px;
    cursor: pointer;
}
.web_pic_preview {
    max-width: 100px;
    height: auto;
}

.web_pic_img_preview_container {
    position: relative;
    display: none;
    margin-top: 10px;
}
