.media {
  @extend .d-flex;
  @extend .mb-3;

  &.photo {
    @extend .img-thumbnail;
  }

  img {
    @extend .img-fluid;
  }
}
