/*.jackpot-win {
    display: flex;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000A;
    background-size: 100% 100%;
    z-index: 1000000;
}

.jackpot-amount {
    height: 16%;
    top: 58%;
    width: 100%;
    text-align: center;
    position: absolute;
}

.jackpot-amount div {
    height: 100%;
    display: inline-block;
}

.jackpot-amount img {
    height: 100%;
}



@keyframes play {
	from { background-position: 0px 0px; }
	to { background-position: 0px 100%; }
}

.jackpot-win {
    display: none;
}

.digit-point, .digit-comma {
    width: 5%;
    height: 50% !important;    
    bottom: -33%;
    position: relative;
}



.jackpot-label img {
    height: 100%;
}


/*