ftb-post-photo {
  display: block;
  overflow: hidden;
  line-height: 100%;
  text-align: center;
}
ftb-post-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
ftb-post-photo ftb-icon {
  height: 80%;
  margin: 10% auto;
}