.image-full-grid {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.image-full-grid .image-item {
  flex-grow: 1;
}

.image-full-grid .image-item img {
  width: 100%;
  object-fit: cover;
}
