.hover-opacity-50{
	opacity:0.5;
	transition: opacity 150ms;
}

.hover-opacity-50:hover{
	opacity:1;
}