.gallery-container {
    position: relative;
        width: 23%;
    flex: 0 0 23%;
    max-width: 23%;
    border-width: 0px;
    margin-right: 2%;
    border-color: #FFFFFF;
    border-style: solid;
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
    min-height: 380px;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.images-gal {
    display: block;
    width: 100%;
    height: 220px;
}
.container.gallery {
    max-width: 95% !important;
}
.text
{
    padding:10px 10px;
}
.gal-title
{
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    width:100%;
    float:left;
    padding: 10px 0px;
}
.text .small {
    font-size: 13px;
    /* line-height: 20px; */
    color: #000;
    width:100%;
    float:left;
    padding: 10px 0px;
}
.text .view-btn {
    /* right: 10px; */
    /* top: 12px; */
    /* position: absolute; */
    color: #fff;
    font-weight: 500;
    border-width: 1px;
    border-color: #0000;
    border-style: solid;
    font-size: 15px;
    background: #000;

    margin-bottom:10px;
}
.text .view-btn:hover {
}
.overlay-texts {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* background-color: #9f9760a6; */
    /* overflow: hidden; */
    /* width: 100%; */
    /* height: 0; */
    /* transition: .3s ease; */
}

.gallery-container:hover .overlay-texts {

}
