.grid .grid-item{margin-bottom:30px;box-sizing:border-box;min-height:1px;display:inline-block!important;overflow:hidden}.grid .grid-item:nth-last-child(1),.grid .grid-item:nth-last-child(2),.grid .grid-item:nth-last-child(3){margin-bottom:0}.grid .grid-item *{box-sizing:border-box}.grid .grid-item-content{border-radius:15px;overflow:hidden;position:relative;height:100%}.gallery-item-image{overflow:hidden;border-radius:15px;height:100%}.grid .grid-item img{height:100%;max-width:100%;object-fit:cover;width:100%;transition:.5s}.grid .grid-item:hover img{transform:scale(1.2);-webkit-transform:scale(1.2)}.grid .grid-item .gallery-item-overlay{position:absolute;left:0;top:0;height:100%;width:100%;background:#ffd561a6;content:"";-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease;transition:all .5s ease;display:flex;align-items:center;justify-content:center}.grid .grid-item .gallery-item-overlay svg{color:#2e2151}.grid .grid-item:hover .gallery-item-overlay{-webkit-transform:scale(1);transform:scale(1)}@media screen and (min-width:768px) and (max-width:991px){.grid .grid-item{padding-bottom:0 10px 20px}}@media (max-width:767px){.grid .grid-item{padding-bottom:20px;margin:0}.grid .grid-item:last-child{padding-bottom:0}}