.image-tile {
  display: flex;
  flex-wrap: wrap;
}

.image-tile .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5%;
}

.image-tile .row .tag {
  object-fit: cover;
  flex: 1 1 auto;
  max-width: calc((99% / var(--num-tags)));
  box-sizing: border-box;
}

.image-tile .row img {
  box-sizing: border-box;
  /* border: 1px solid white; */
  border-radius: 30px;
  background-color: black;
  width: 100%;
  /* height: auto; */
  height: 100%;
  /* height: 50%; */
}

.image-tile .row video {
  box-sizing: border-box;
  border: 1px solid grey;
  border-radius: 30px;
  background-color: black;
  width: 100%;
  height: 100%;
}
