.filer-image-container{
    margin-bottom: 12px;
    position: relative;
    display: block;
    max-width: 100%;
}

.filer-image-container .image-link {
    display: block;
    max-width: 100%;
}

.filer-image-container .filer-image {
    display: block;
    max-width: 100%;
}

.filer-image-container.has-credit .filer-image,
.filer-image-container.has-caption .filer-image {
    margin-bottom:0;
}

.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;
    padding: 0 18px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    display:none;
    max-width:100%;
}

.filer-image-container.has-credit .img-details,
.filer-image-container.has-caption .img-details {
    display: block;
}

.filer-image-container .img-details .img-caption{
    color: #d1d2d4;
    padding: 15px 0px;
    display: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}

.filer-image-container.has-caption .img-details .img-caption{
    display: block;
}

.filer-image-container .img-details .img-credit{
    color: #d1d2d4;
    padding: 0 0 19px 0;
    display: none;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    opacity: 0.7;
    font-weight: bold;
}

.filer-image-container.has-credit .img-details .img-credit{
    display: block;
}

.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%;
}
