.sympose-circle-image {
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.sympose-circle-image[data-type=person] {
  border-radius: 50%;
  background-size: cover;
}
.sympose-circle-image[data-type=organisation] {
  background-size: contain;
}
table.sympose-schedule tr td.organisations .inner,
table.sympose-schedule tr td.people .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
