@media (hover: hover) {
	.slowpoke .callout:hover .thumb > img {
		--scaleAmount: 1;
	}
}

@media (hover: hover) {
	.slowpoke .callout:hover article header,
	.slowpoke .callout:hover article .content {
		--offsetAmount: 0;
	}
}

/*
@media (hover: hover) {
	.slowpoke .callout:hover article .prompt .label:before {
		width: 0;
	}
}
*/