.speaker__content-img {
    overflow: hidden;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    margin-right: 10px;
}

.speaker__img {
    height: 100% !important;
    overflow: hidden;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.speaker__name{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--portalThemeColor10);
}