.nav-item:hover{
	background: lightgray;
}

img[src='data:image/png;base64,']{
	display: none;
}

img[role='button']:hover{
	border-color:red!important;	
}

img[role='button']{	
	max-height:4cm;
}