/* HD compatible avatar */
.postprofile .avatar {
    max-width: 50%;
}
@media (max-width: 700px) {
	.postprofile .avatar img {
		max-width: 100%;
	}
}
.profile-avatar img {
    width: 50%;
	height: 50%;
}
