table.image-cell-fill td,
table.image-cell-fill th {
  vertical-align: middle !important;
}

table.image-cell-fill td:first-child,
table.image-cell-fill th:first-child {
  padding: 0 !important;
}

table.image-cell-fill td:first-child figure {
  margin: 0 !important;
}

table.image-cell-fill td:first-child .image {
  width: 100%;
}

table.image-cell-fill td:first-child .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
