.gal-item{
    overflow: hidden;
    padding: 8px;
}
.gal-item .box{
    height: 100%;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: auto;
    object-fit:cover;
}