.img-images{
    border: 1px solid transparent;
    height: 100%;
}
.img-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}