.eb-speaker-avatar img {
  width: 300px !important;
}
.eb-events-timeline .eb-register-buttons-top {
  display: none;
}
.eb-events-timeline .eb-register-buttons-bottom {
  display: grid;
  justify-content: start;
}
.eb-register-buttons-top {
  display: grid;
  justify-content: end;
  padding-bottom: 10px;
}
.eb-register-buttons-bottom {
  display: grid;
  justify-content: right;
}