.directory_entry a:hover>*
{
	color:inherit !important;
	opacity: 0.5 !important;
}

.directory_entry a:hover>img.directory_entry_profile
{
	color:inherit !important;
	opacity: 1 !important;
	transform: scale(1.2);
	position: relative;
	z-index: 10;
}

img.directory_entry_profile
{
	transition: transform 0.1s ease;
}

.directory_entry_work:hover
{
	opacity: 0.5 !important;
}

@media screen and (max-width: 767px) {

	.directory_entry .bio
	{
		height: auto !important;
	}

}

.directory_preset:hover
{
    color: #b49230 !important;
	opacity: 0.5 !important;
}