.gridImg {
  aspect-ratio: 1;
}

.gridImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

