.t-gallery-img-row {
    width: 100%;
    position: relative;
    display: flex;
}

    .t-gallery-img-row img {
        width: 100%;
        cursor: pointer;
    }

    .t-gallery-img-row:empty {
        height: 0;
        margin-bottom: 0 !important;
    }
