.wcp-upload-wrap {
    margin: 25px 0;
}
.wcp-upload-photos {
    background-color: rgba(199, 197, 197, 0.11);
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
}
.wcp-upload-photos:empty {display:none;}
.wcp-upload-photo {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
    position: relative;
    margin: 10px;
    border: 1px dashed #ff185b;
    background-color: #fff;
    line-height: 0;
    box-sizing: content-box;
}

.wcp-upload-photo_image {
    line-height: 0;
    object-fit: contain;
    object-position: center center;
    height: 150px;
    width: 150px;
}

.wcp-upload-photo_remove {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 0, 0, 0.69);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcp-upload-photo_remove SVG{
    fill: #fff;
}