/* PRODUCTS GALLERY */
.col-md-4.products-gallery-img {
    margin: 15px 0px;
}

.Products-gallery-img {
    margin: 15px;
    overflow: hidden;
    min-width: 300px;
}

.Products-gallery-img img {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Products-gallery-img img:hover {
    transform: scale(1.2);
}

.page-id-3173 .Products-gallery-img {
    min-width: unset;
}

.page-id-3173 .Products-gallery-img .img-wrap h2 {
    padding: 5px;
}

.Products-gallery-img .img-wrap h2 {
    position: absolute;
    bottom: 0;
    line-height: 1;
    margin: 0;
    min-height: 0;
    text-align: center;
    width: 100%;
    padding: 15px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 6px 6px;
    margin-bottom: 0 !important;
}

.col-md-4.products-gallery-img > .img-wrap {
    text-decoration: none;
}

.Products-gallery-img > .img-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    width: 300px;
    height: 300px;
    border: 1px solid #ababab;
}

.page-id-3173 .Products-gallery-img > .img-wrap {
    width: 150px;
    height: 150px;
}
