.image-preview,
#callback-preview {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #000000;
    border: 1px dashed #9da0a2;
    border-radius: 100%;
    margin: 20px auto;
}

.life-power .image-preview,
.life-power #callback-preview {
    width: 100%;
   /* height: 180px;*/
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #000000;
    border: 0;
    border-radius: 0%;
    margin: 0;
        border: 3px solid #56a2cb;
    /*border-top-left-radius: 24px;
    border-top-right-radius: 24px;*/
    border-bottom: 0;
}

.image-preview input,
#callback-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
    top: 0;
    left: 0;
}

.life-power .image-preview input,
.life-power #callback-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
    top: 0;
}

.image-preview img {
    height: 100%;
    width: 100%;
}

.image-preview a,
#callback-preview a {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    width: 200px;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #7b7575;
    line-height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

.image-preview:hover a {
    background: rgba(255, 255, 255, 0.76);
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0px 0px 30px -15px black;
    border-radius: 100%;
    opacity: 1;
}

.life-power .image-preview a {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #7b7575;
    line-height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

.life-power .image-preview:hover a {
    background: rgba(0, 0, 0, 0.76);
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0px 0px 30px -15px black;
    border-radius: 0;
    opacity: 1;
}

.life-power .image-preview a>div {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #332626;
}

.image-preview i {
    display: block;
    font-size: 32px;
}

.image-preview i {
    display: inline-block;
    font-size: inherit
}

.image-preview i.fa-edit {
    transform: scale(0);
    color: #1dbbd4;
    font-size: 32px;
    transition: all 0.3s linear;
}

.image-preview:hover a>div {
    /*transform: scale(0);*/
    color: #ffffff;
}

.image-preview:hover i.fa-edit {
    transform: scale(1);
    transition: all 0.3s linear;
}

#audio-preview {
    background: #ffffff;
    width: auto;
    padding: 20px;
    display: inline-block;
}

#audio-upload {
    cursor: pointer;
    background-color: #bdc3c7;
    color: #ecf0f1;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
}