#jackpot {
  position : relative;
}

#jpNumbersWrap {
  width: 720px;
  height: 270px;
  position: absolute;
  top: 590px;
  z-index: 4;
  text-align: center;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}

#jpnumW {
  display: inline-block;
}

#jpWinnerVal {
  width: 100%;
  color: white;
  font-size: 40px;
  margin-top: 10px;
}

.jpnum,
.jpcurrency {
  display: none;
  width: 48px;
  height: 134px;
  float: left;
  background-image: url(./jp_images/numbers/0.svg);
  margin-top: 16px;
  margin-left: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*-webkit-background-size: 167% 167%;*/
  /*background-size: 167%;*/
}

.jpcurrency {
  display: block;
  -webkit-background-size: 100px 100px;
  background-size: 100px;
  width: 100px;
  margin-left: 0;
  background-image: url(./jp_images/jp_currency/USD.svg);
}

.jpnum:nth-last-child(3n+6) {
  margin-left: 15px;
}

#nJpWrap {
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  user-select: none;
}

#nJpWrap2 {
  display: inline-block;
  overflow: hidden;
}

.currentCurrencySymbol {
  text-align: center;
  margin-top: 8px;
  width: 89px;
  height: 80px;
}

#nJpPart2 {
  height: 113px;
  overflow: hidden;
  float: left;
  display: inline-block;
}

#nJpPart1,
#nJpPart3 {
  width: 104px;
  height: 113px;
  float: left;
}

#nJpPart1 {
  -webkit-background-size: cover;
  background-size: cover;
}

#nJpPart2 {
  -webkit-background-size: contain;
  background-size: contain;
}

#nJpPart3 {
  width: 215px;
  height: 100px;
  margin-left: 10px;
  background-image: url(./jp_images/svg/jp.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

.jpValue {

}

.jpValue {
  overflow: hidden;
  position: relative;
  width: 47px;
  height: 59px;
  background: url(./jp_images/jpItem.png);
  -webkit-background-size: 49px 49px;
  background-size: 49px;
  line-height: 59px;
  font-size: 39px;
  text-align: center;
  float: left;
  margin-top: 15px;
  margin-right: 2px;
  font-weight: 700;
}

#ncomma1,
#ncomma2,
#ndot {
  width: 8px;
  height: 3px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  float: left;
  margin-top: 50px;
  font-family: Lato-Bold, Arial;
  margin-left: 0px;
}

#jpDoneItem {
  width: 100%;
  height: 5px;
  margin-top: 10px;
  float: left;
}

.jackpotItem {
  width: 8%;
  height: 5px;
  float: left;
  margin-right: 2%;
  background: #00ff01;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.jpItemOrange {
  background: #f4bc35;
}

.jpItemRed {
  background: #eb4302;
}

.sliderNum {
  width: 100%;
  height: 780px;
  position: absolute;
}

.slNumItem {
  width: 100%;
  height: 59px;
  text-align: center;
  line-height: 63px;
}

#jpvideo {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 0px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  display: none;
}
.jp-round_num{
  display: flex;
	align-items: center;
	font-family: "Arial";
	font-weight: bold;
	color: #ffe099;
	font-size: 45px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-right: 40px;
}
.jp-round_receipt {
  	position: absolute;
	top: 555px;
	z-index: 5;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	font-size: 54px;
	background-color: #312b21;
	padding: 5px 20px;
	border-radius: 20px;
	align-items: center;
	font-family: "Arial";
	font-weight: bold;
	color: #ffe099;
	font-size: 45px;
	line-height: 1.1;
	text-transform: uppercase;
}