.theme.card:hover, .theme.card:focus{
	background-image: url('/img/lightsaber-blu.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	transition: 500ms;
}