		.g-card {cursor: zoom-in; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
		.g-card:hover {box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.32), 0 18px 32px 0 rgba(0, 0, 0, 0.25);}
		@media screen and (min-width: 600px) {.g-card:hover {box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.32), 0 18px 32px 0 rgba(0, 0, 0, 0.25);
			animation-name:g-cardanim;animation-duration:.5s;transform: scale(1.5);}}
		@keyframes g-cardanim { from {transform: scale(1);} to {transform: scale(1.5);}}
		.g-cardnz:hover {box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.32), 0 18px 32px 0 rgba(0, 0, 0, 0.25);}
