.gallery-image-overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.75);
    display:none;
    cursor:pointer;
}

.gallery-image-overlay .outer-overlay {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}

.gallery-image-overlay .copyright.top-right {
    top:5px;
    right:5px;
    border-radius:0 8px 0 0;
}

.gallery-image-overlay .middle-overlay {
    display: table-cell;
    vertical-align: middle;
}

.gallery-image-overlay .overlay-content {
    background: #fff;
    border-radius: 10px;
    display: table;
    margin:0 auto;
    padding: 5px;
    position:relative;
    max-width:960px;
    cursor:default;
    text-align:center;
}

.gallery-image-overlay .overlay-content img {
    border-radius:10px;
    width:100%;
}

.gallery-image-overlay .overlay-content .gallery-overlay-image-description {
    font-size:0.875rem;
}

.gallery-image-overlay .overlay-content .fa-times {
    font-size: 3.75rem;
    position:absolute;
    top:-70px;
    right:15px;
    cursor:pointer;
}

.gallery-image-overlay .overlay-content .left-arrow {
    left:20px;
}

.gallery-image-overlay .overlay-content .right-arrow {
    right:20px;
}

.photo-gallery-expanded .gallery-item-image{
    display: block;
    height: 150px;
    width: 100%;
    overflow:hidden;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.photo-gallery-expanded{
    list-style:none;
    padding: 0px;
}

.photo-gallery-expanded .gallery-item{
    height: 250px;
}

.photo-gallery-expanded.empty-captions .gallery-item {
    height:170px;
}