.event-container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.speaker-img{
 position: absolute;
  top: 8px;
  left: 16px;
}

.speaker-box{

}

.speaker-box h3{
    color: #CE3753;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
    text-align: center;
}

.slick-slide img {
 width: auto !important;
  margin: 0 auto;
}