.counter, .counter ~*{
	opacity: 0;
}
.counter.is-counting,
 .counter.is-counting ~*{
	opacity: 1;
}