* {
    font-family: Arial, sans-serif;

}
body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jackpot{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
	
	/*Place odomentr into correct place*/
	display: flex;
    justify-content: center;
    align-items: flex-end;	
}

#jackpot_01 {
    top: 2%;
    right: 2%;
	width: 45%;
	height: 24%;
    background: url("diamond.png");
	font-size: 105px;
}

#jackpot_01 .odometer{
	margin-bottom: 1.5%;
}


#jackpot_02 {
    top: 29%;
	right: 2%;
	width: 40%;
	height: 21%;
	background: url("platinum.png");
    font-size: 89px;
}

#jackpot_02 .odometer{
	margin-bottom: 1%;
}


#jackpot_03 {
    top: 53%;
	right: 2%;
	width: 38%;
	height: 22%;
    font-size: 86px;
	background: url("gold.png");
}

#jackpot_03 .odometer{
	margin-bottom: 3.5%;
}

#jackpot_04 {
    font-size: 82px;
    top: 77%;
	right: 2%;
	width: 36%;
	height: 22%;
	background: url("silver.png");
}
#jackpot_04 .odometer{
	margin-bottom: 4%;
}

#jackpot_05 {
    font-size: 82px;
    top: 57%;

	left: 2%;
	width: 36%;
	height: 22%;
	background: url("bronze.png");
}
#jackpot_05 .odometer{
	margin-bottom: 4%;
}

#jackpot_06 {
    font-size: 78px;
    top: 79%;
	
	left: 2%;
	width: 34.5%;
	height: 22%;
	background: url("iron.png");
}
#jackpot_06 .odometer{
	margin-bottom: 4.5%;
}

#win-amount {
    top: 56%;
    left: 0;
    font-size: 140px;
}

#winner-id {
    top: 80%;
    left: 1%;
    font-size: 50px;
    height: 10%;
}
#winner-id #win-id-odometer{
    top: 25%;
}

.community_sign_1,
.community_sign_2,
.community_sign_3 {
    width: 85% !important;
    height: 154px;
    display: block;
    position: absolute;
    z-index: 20;
    text-align: center;
    background: url("../community_sign.png") top center no-repeat;
    margin-top: -30px;
}
.community_sign_2 {
    margin-top: -32px;
}
.community_sign_3 {
    margin-top: -34px;
}
#progress-bar {
    overflow: hidden;
}


#jackpot-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


#jackpot-wrapper .jackpot {
    position: absolute;
    text-align: center;
    color: yellow;
    font-weight: bold;
    z-index: 2;
    /*width: 100%;*/
    box-sizing: content-box;
}

#password-wrapper {
    width: 400px;
    border: 1px dotted white;
    text-align: center;
    padding: 20px;
    color: white;
    margin: 300px auto;
}

#password-wrapper table{
    color: white;
}

#proceed-btn{
    margin-left: 50px;
}


body {
    background-color: #190E05;
}

.win {
    display: none;
    color: yellow;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 4;
    width: 100%;
}

.hit-animation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
}

#video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#main-animation {
    z-index: 1;
    position: absolute;
}

#jackpot-wrapper {
    display: none;
}

#progress-bar {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -20px;
    border: 3px solid #C0B8B8;
    z-index: 1;
    display: none;
}

#progress-bar div {
    height: 30px;
    text-align: right;
    line-height: 22px;
    background-color: #0099ff;
    z-index: 0;
    width: 0;
}


@media all and (display-mode: fullscreen) {
	#jackpot_01 .odometer{
		margin-bottom: 2.5%;
	}
	#jackpot_02 .odometer{
		margin-bottom: 2%;
	}
	#jackpot_03 .odometer{
		margin-bottom: 4.5%;
	}
	#jackpot_04 .odometer{
		margin-bottom: 5.5%;
	}
	#jackpot_05 .odometer{
		margin-bottom: 5.5%;
	}
	#jackpot_06 .odometer{
		margin-bottom: 6%;
	}
}
