.lastpostavatar img {
  display: inline-block;
  margin-right: 5px;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.rtl .lastpostavatar img {
  margin-right: 0px;
  margin-left: 5px;
  float: right;
}

.forabg .lastpostavatar img {
  display: none;
}

@media (max-width: 700px) {
  .lastpostavatar {
    display: none;
  }
}