
.mtgcard {
	display: none;
}
a:hover .mtgcard {
	display: block;
}
