section.block-jackpot .jackpot-wrap{ display:block; margin:30px auto; position:relative;}
section.block-jackpot .jackpot-wrap img{ margin: auto; max-width:100%; display: block;}
section.block-jackpot .num-wrap{ position:absolute; width:100%; height:100%; left:0; top: 0; display:flex; justify-content:center; align-items:center; align-content: center; padding: 8% 30px 4%; color: white;}
section.block-jackpot .num-wrap .currency { font-size:20px; margin-right: 15px;}
section.block-jackpot .numCounter {
	font-size:50px;
	display: flex;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	white-space: normal;
	position: relative;
	align-items: center;
}

section.block-jackpot .numCounter > b {
	display: block;
	width: 35px;
	height: 50px;
	text-align: center;
	overflow: hidden;
}

section.block-jackpot .numCounter > b::before {
	content: ' 0 1 2 3 4 5 6 7 8 9 0 ';
	display: block;
	word-break: break-word;
	transition: 0.8s cubic-bezier(0.12, 0.78, 0.52, 1.2);
	position: relative;
	top: 0;
}
section.block-jackpot .numCounter > b.d1::before { margin-top: -50px;}
section.block-jackpot .numCounter > b.d2::before { margin-top: -100px;}
section.block-jackpot .numCounter > b.d3::before { margin-top: -150px;}
section.block-jackpot .numCounter > b.d4::before { margin-top: -200px;}
section.block-jackpot .numCounter > b.d5::before { margin-top: -250px;}
section.block-jackpot .numCounter > b.d6::before { margin-top: -300px;}
section.block-jackpot .numCounter > b.d7::before { margin-top: -350px;}
section.block-jackpot .numCounter > b.d8::before { margin-top: -400px;}

@media (max-width: 767px) {
	section.block-jackpot .num-wrap{ flex-wrap: wrap; text-align:center;}
	section.block-jackpot .num-wrap .currency { width: 100%; margin-right: 0; }
}

@media (max-width: 480px) {
section.block-jackpot{ margin: -15px;}
section.block-jackpot .num-wrap .currency{ font-size:16px;}
section.block-jackpot .numCounter {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}
section.block-jackpot .numCounter > b {
	width: 20px;
	height: 30px;
}
section.block-jackpot .numCounter > b.d1::before { margin-top: -30px;}
section.block-jackpot .numCounter > b.d2::before { margin-top: -60px;}
section.block-jackpot .numCounter > b.d3::before { margin-top: -90px;}
section.block-jackpot .numCounter > b.d4::before { margin-top: -120px;}
section.block-jackpot .numCounter > b.d5::before { margin-top: -150px;}
section.block-jackpot .numCounter > b.d6::before { margin-top: -180px;}
section.block-jackpot .numCounter > b.d7::before { margin-top: -210px;}
section.block-jackpot .numCounter > b.d8::before { margin-top: -240px;}
}