.filer_image_container{
    margin-bottom: 12px;
    position: relative;
}

.filer_image_container + div,
.filer_image_container + span.img-details + div{
    clear: both;
}

.filer_image_container .img-details{
    background: rgba(0, 0, 0, .5);
    border-top: 1px solid #464646;
    margin-top: 0 !important;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block;
    padding: 0 18px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
}
.filer_image_container .img-details .img-caption{
    color: #d1d2d4;
    padding: 15px 0px;
    display: block;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}
.filer_image_container .img-details .img-credit{
    color: #d1d2d4;
    padding: 0 0 19px 0;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    opacity: 0.7;
    font-weight: bold;
}
.filer_image_container .img-details .img-credit:first-child {
    padding: 10px 0;
}
.zoom-in{
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}
.preview-image-overlay {
    z-index: 10002;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.88);
}
.preview-image-overlay > span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.preview-image-overlay > img {
    vertical-align: middle;
    max-height: 90%;
    max-width: 90%;
}
