    .gallery-img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        cursor: pointer;
    }

    .gallery-wrapper {
    position: relative;
}

.image-title-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.45);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    z-index: 3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.layout-31 h5{
   margin-bottom: 0px;
}
