.gallery-wrap {
    border-radius: 4px;
}

.gallery-wrap .img-pos {
    border-radius: 6px;
    min-height: 173px;
}
.gallery-caption {
    color: #fff;
    border-radius: 4px;
}


.gallery-caption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-caption,
.gallery-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-caption>a {
    z-index: 10;
    text-indent: -9999px;
    font-size: 0;
}
.album-inner img {
    display: none;
}
.album-inner .gallery-caption span {
    padding-top: 30%;
} 
.gallery-caption h4 {
    z-index: 1;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #0c4da2;
}


.gallery-filter .form-control {
   width:180px;
    
}
.gallery-filter button.btn {
    border-radius: 10px !important;
    padding: 0 22px;
    height: 36px;
    margin-left: 5px;
}
.gallery-img-pos {
    padding-bottom: 50%;
    border-radius: 6px;
}
.gallery-bg-img  img {
    max-width: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.gallery-bg-img a {
    text-align: center;
    color: #0c4da2;
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 16px;
}

img.gallary-image{
    display: none
}
