.del-image {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 15px;
    border-radius: 50%;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fafafa;
    top: 5px;
    right: 10px;
}
.del-image:hover{
    background: rgba(0, 0, 0, 0.3);
}
.del-image:after {
    content: "x";
    cursor: pointer;
}
