#related_post_thumbnail_link_id img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  #related_post_title_link_id {
    display: block;
    overflow: clip;
    border-radius: 4px;
    padding: 5px;
  }
  #related_post_block_id {
    width: 180px;
    height: fit-content;
    text-align: center;
    margin: 5px;
  }
  #related_post_thumbnail_link_id {
    height: 120px;
    overflow: hidden;
    display: block;
    border-radius: 4px;    
    padding: 0px;
  }
  #related_post_heading_id {
    width: 100%;
    /*border-bottom: 4px solid rgb(121, 121, 121);*/
    padding-bottom: 4px;
    color: #3e3e3e;
    font-weight: normal;
    margin-bottom: 20px;
    user-select: none;
  }
  #related_post_id {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
.media-left.profile-photo-box .comment-author-profile-photo.reply-to-image.author-profile-photo {
  object-fit: cover;
  width: 40px;
  height: 40px;
}