/* responsive behaviour */

@media all and (min-width: 720px) {
	.card { width: 720px; }
}
