#bonusdiv {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000 !important;
    background: rgba(0, 0, 0, 0);
    margin: 0px;
    border: 0px;
    padding: 0px;
    display: none;
    overflow: hidden;
}

#bonusinner
{
    position:absolute;
    width: 800px;
    height: 600px;
    z-index:10000 !important;
    top:50%;
    left:50%;
    margin:-300px 0 0 -400px;
    overflow:hidden;
    background-image: url('../img/bonus.png');
}

#bonusamount
{
    position: relative;
    top: 35%;
    transform: translateY(-50%);
    z-index:10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px black;
}

#jpdiv {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000 !important;
    background: rgba(0, 0, 0, 0.7);
    margin: 0px;
    border: 0px;
    padding: 0px;
    display: none;
    overflow: hidden;
}
#jpwin
{
    position: absolute;
    left: 25px;
    top: 790px;
    color: white;
    font-family: digital;
    font-size: 105px;
    z-index: 10000 !important;
}
#jpinner {


    position:absolute;
    width: 100%;
    height: 100%;
    z-index:10000 !important;
    background-image: url('../img/jackpot.png');
    /*background-size: 600px;*/
    background-repeat:no-repeat;
    background-position: center center;
}
.center2 {
    width: 341px;
    height: 600px;

    position:absolute; /*it can be fixed too*/
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;

    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width:100%;
    max-height:100%;
    overflow:auto;
}
#bonusdiv {
    left:0px;
    top:0px;
    position:absolute;
    width:100%;
    height:100%;
    z-index:10000 !important;
    background: rgba(0, 0, 0, 0);
    margin:0px;
    border:0px;
    padding:0px;
    display: none;
    overflow: hidden;
}

#bonusinner
{
    position:absolute;
    width: 800px;
    height: 600px;
    z-index:10000 !important;
    top:50%;
    left:50%;
    margin:-300px 0 0 -400px;
    overflow:hidden;
    background-image: url('../img/bonus.png');
}

#bonusamount
{
    position: relative;
    top: 35%;
    transform: translateY(-50%);
    z-index:10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px black;
}
.Jpcontainer {
    position: relative;
}

.Jpbackground {
    margin-top: -3px;
    background-image: url(../img/jp/jp2.png);
    width: 715px;
    height: 50px;
}

.jpInner {
    margin-left: 118px;
    font-family: digital;
    font-size: 32px;
    color: white;
    padding-top: 3px;
}

.jpInner4 {
    margin-left: 345px;
    font-family: digital;
    font-size: 32px;
    color: white;
    margin-top: -45px;
}

.jpInner5 {
    margin-left: 556px;
    font-family: digital;
    font-size: 32px;
    color: white;
    margin-top: -45px;
}
.none{
    display: none;
}