.jackpot-win {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000A;
    background-size: 100% 100%;
    z-index: 999999;
}
.jackpot-win.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jackpot-block {
	position: relative;
    width: 1500px;
    height: 1000px;
    top: 0px;
    left: 0px;
    /*background-image: url(../images/jackpots/new/jackpot-block.png);*/
    background-size: 100% 100%;
    margin: auto;
}

.jackpot-amount {
    height: 13%;
    top: 60%;
    width: 100%;
    text-align: center;
    position: absolute;
}

.jackpot-amount div {
    height: 100%;
    display: inline-block;
}

.jackpot-amount img {
    height: 100%;
}

.jackpot-seq {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    background: url(../images/jackpots/new/sequence.png) center;
	background-position: 0px 0px;
    background-size: 100% 1700%
}

@keyframes play {
	from { background-position: 0px 0px; }
	to { background-position: 0px 100%; }
}

.jackpot-win {
    display: none;
}

.jackpot-win .digit.hidden {
    display: none !important;
}

.digit-point, .digit-comma {
    /*width: 5%;*/
    height: 50% !important;  
    bottom: -15%;
    position: relative;
}

.jackpot-label {    
    position: absolute;
    height: 8%;
    top: 80%;
    width: 100%;
    text-align: center;
}

.jackpot-label img {
    height: 100%;
}

.jackpot-close {
    width: 3%;
    height: 5%;
    background-size:100% 100%;
    background-image: url('../images/jackpots/new/jackpot-close.png');
    position: absolute;
    right: 11.5%;
    top: 48%;
    cursor: pointer;
}