#hoot-user-img
{
width: 24px;
height: 24px;
position: relative;
top: -1px;
border-radius: 4px;
}

#pg-article #author .author-avatar
{
display:inline-block;
}

#pg-article #author .author-avatar IMG
{
height:50px;
width:50px;
border-radius:5px;
margin-top:5px;
margin-left:5px;
margin-right:5px;
}

#pg-search .article-hoot-img
{
filter: unset !important;
opacity: 1 !important;
border-radius: 4px;
}

/* desktop and up */
@media (min-width:992px)
{

	#pg-search .article-hoot-img
	{
	height: 38px !important;
	position: absolute;
	display: inline-block;
	top: 4px;
	left: 5px;
	}


}

