.lastpostavatar img {
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 4px;
	float: left;
/* свои */	
	object-fit: cover;
    border-radius: 35px;
    width: 35px;
    height: 35px;
}

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

.lastpostavatar img:hover {
	border-color: #73BCD1;
}


/* Не показываем на мобильных */ 
@media (max-width: 700px) {
	.lastpostavatar img {
		display: none;
	}
}
