.upload-container div.upload-thumbnail, .upload-container > a {

    float: left;
    border: solid 3px #DDD;
    display: block;
    margin-right: 3px;
    margin-top: 3px;
    position: relative;

}

.upload-container > a {

    background: #CCC;
    text-align: center;
    display: block;
    height: 80px;
    width: 80px;
    font-size: 30px;
    color: #FFF;
    font-weight: bold;

}

.upload-item, .upload-thumbnail {
    position: relative;
    overflow: hidden;

    float: left;

}

.upload-item .upload-holder {
    width: 100%;
    height: 8px;
    background: blue;
    z-index: 99;
    position: absolute;
    top: 46%;

}

.upload-item .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10;
    color: red;
    background: #394b71;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    margin: -15px -15px 0 0;
}

.cmb-row .cmb-td .button-upload span {
    line-height: 70px;
    font-size: 20px;
}
