/* [project]/src/app/css/speaker.css [app-client] (css) */
.agenda-gallery-item {
  background-color: #00a3e0;
}

.agenda-galler-figure img {
  object-fit: cover;
  object-position: center 1%;
  width: 100%;
  height: 400px;
}

.speaker-bio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  max-height: 200px;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.col-speaker {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.speaker-name {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.speaker-destination p {
  color: #fff;
  font-size: 16px;
}

/*# sourceMappingURL=src_app_css_speaker_aa9d3dc2.css.map*/