p.help-block.help-block-error {
    color: red;
    font-style: italic;
}

.img-wrap {
    /* position: relative; */
    /* display: inline-block; */
    /* border: 1px red solid; */
    /* font-size: 0; */
    padding: 3px;
    overflow: hidden;
}

.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap a {
    background-color: #ddd;
}