.grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 100px);
}
/* .card {
  width: 100px;
  height: 100px;
  background-color: green;
} */

img {
  width: 100px;
  height: 100px;
}
img.hide {
  display: none;
}

.no-display {
  display: none;
}
