body{

    margin: 0;

}

#content{

    width: 400px;

    height: 80px;

}

.img{

    display: block;

    width: 100%;

    height: 100%;

}

img {

    max-height: 100%;

    max-width: 100%;

}

.coin-container{

    position: absolute;

    left: 22%;

    transform-style: preserve-3d;

    -webkit-transform-style: preserve-3d;

    -moz-transform-style: preserve-3d;

}

.coin-anim-c{

    height: 100px;

    position: absolute;

    width: 100px;

    top: 0%;

    transform-style: preserve-3d;

    -webkit-transform-style: preserve-3d;

    -moz-transform-style: preserve-3d;

    transform: translate3d(0px, 337px, 0);

    -webkit-transform: translate3d(0px, 337px, 0);

    -moz-transform: translate3d(0px, 337px, 0);

    animation:anim-top-bottom 1s infinite;

    animation-timing-function: ease-in-out;

}

#jackpot-container{

    font-size: 78px;

    line-height: 1;

    font-weight: 400;

    left: 0;

    top: -5px;

}

.jackpot-info{

    position: absolute;

    width: 100%;

    font-size: 22px;

    margin-top: 10px;

    height: 40%;

    z-index: 444;

    text-align: center;

    /* background: #0e151b; */

}

.jackpot-info-text{

    height: 100%;

    position: absolute;

    left: 0;

    right: 0;



}

.info-2{

    animation: highlight 1s linear infinite;

    animation-fill-mode: forwards;

}

.jackpot-c{

    text-align: center;

    color:#ffffff;

    font-family: 'arm_hmks_bebas_neueregular', sans-serif;

    position: relative;

}

.odometer-digit{

    /*background-image: url('assets/number_bg.png');

    -webkit-background-size: contain;

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;*/

    /*margin: 0 6px;*/

    width: 40px;

}

.odometer-formatting-mark{

    opacity: 0;

}

.odometer-value{

    width: 100%;

    text-align: center;

}

.currency{

    position: absolute;

    bottom: 16px;

    right: -50px;
/*
    font-family: 'braind_yerevanregular';

    font-size: 80px;

    line-height: 72px;*/

}

.currency img{

    width: 46px;

}

.play-now img{

    animation: scale-t 0.4s ease-in-out infinite;

}

.jackpot-info-text{

    opacity: 0;

}

.aaa.anim-1{

    animation: anim-1 2s linear;

    animation-fill-mode: forwards;

}

@keyframes anim-1 {

    0%{

        opacity: 1;

    }

    90%{

        opacity: 1;

    }

    100%{

        opacity: 0;

    }

}

.bbb.anim-1{

    animation: anim-1-1 2s linear;

    animation-fill-mode: forwards;

}

.line-animate{

    animation: 1100ms line-a ease-in-out infinite;

    transform-origin: center;

}

@keyframes line-a {

    0%,100%{transform: scale(1);}

    50%{transform: scale(1.2);}

}