.image > img {
  width: 100%;
}

figure {
  display: block !important;
  min-width: 100%;
}

figure figcaption {
  display: block !important;
  width: 100%;
}

figcaption > span {
  display: block !important;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .text-small {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .speaker-img > .img-fluid {
    width: 255px;
    height: 255px;
    object-fit: cover;
  }
}
