.image_area {
    position: relative;
    max-width: 200px;
}

.image_area img {
    display: block;
    width: 100%;
}

.image_area img:hover {
    cursor: pointer;
}

.image_area .circular {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg {
    max-width: 1000px !important;
}

.overlay {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
    max-width: 200px;
}

.image_area:hover .overlay {
    height: 200px;
    cursor: pointer;
}

.text {
    color: #333;
    font-size: 100%;
    font-weight: 700;
    /*position: absolute;*/
    /*top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
    padding: 15% 0;
}

#sample_image {
    width: 100%;
}

.crop-display {}

.crop-title {
    width: 100%;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.crop-display .original-img-section,
.crop-display .crop-preview-section {
    background: rgba(0, 0, 0, 0.05);
    height: 95%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
}

@media(max-width: 576px) {
    .crop-display .original-img-section,
    .crop-display .crop-preview-section {
        background: rgba(0, 0, 0, 0.05);
        height: 100%;
        padding: 0;
        margin: 0;
        margin-right: 2px;
    }
}

/**/

.photo-box.style1{
    background: rgba(0, 0, 0, .1);
    position: relative;
    max-width: 150px;
    padding: 6px;
}


.photo-box.style1 .photo-title{
    /*background: green;*/
    display: block;
}

.photo-box.style1 .photo-controls{
    /*background: blue;*/
    display: block;
    padding: 6px;
}

.photo-box.style1 .full-width-actions .action{
    padding: 0;
    background: transparent;
    border: 0;
}