#lgx-portfolio .lgx-item-card {
    overflow: hidden;
    /* background: #fff; */
    /* -webkit-box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.6); */
    /* box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.6); */
}
#lgx-portfolio .lgx-item-card .lgx-item-figure {
    position: relative;
    min-height: 180px;
    /* background-color: silver; */
}

#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    /* background: rgba(0, 0, 0, 0.65); */
    /* -webkit-transition: opacity 0.1s ease-out; */
    /* -moz-transition: opacity 0.1s ease-out; */
    /* transition: opacity 0.1s ease-out; */
}