#jackpots-ticker {
    padding: 2vw 0;
    background-size: 100% 100% !important;
    display: flex;
    align-items: flex-end;
    text-align: center;
}

#jackpots-ticker #left-side-cont,
#jackpots-ticker #jackpots {
    width: 50%;
}

#jackpots-ticker #left-side-cont .button {
    font-size: 1.5vw;
    padding: 0.5vw 2vw !important;
    width: auto !important;
}

#jackpots-ticker .loader-score {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 72%;
    position: absolute;
}

#jackpots-ticker #jackpots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#jackpots-ticker .jackpots-ticker-item {
    width: 33%;
    padding: 0 2vw;
    margin-bottom: 1.5vw !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#jackpots-ticker .jackpots-ticker-item:first-child {
    margin: 0px 27%;
}

#jackpots-ticker .jackpots-ticker-item * {
    width: 100%;
}

#jackpots-ticker .jackpots-ticker-item h4 {
    font-size: 1vw;
    margin: 0;
    margin-bottom: .5vw;
    color: #ffffff;
}

#jackpots-ticker .jackpots-ticker-item h3 {
    margin: 0;
    padding: 1vw 0.5vw;
    font-size: 1.4vw;
    border-radius: 50px;
}

@media screen and (max-width: 1025px) {
    #jackpots-ticker {
        padding: 5vw;
        padding-top: 45vw;
        flex-direction: column;
    }

    #jackpots-ticker #left-side-cont,
    #jackpots-ticker #jackpots {
        width: 100%;
    }

    #jackpots-ticker #left-side-cont {
        order: 2;
        margin-top: 5vw;
    }

    #jackpots-ticker #left-side-cont .button {
        font-size: 16px;
        padding: 10px 40px !important;
    }

    #jackpots-ticker .loader-score {
        width: 60px;
        height: 60px;
        top: 50%;
        left: 43%;
    }

    #jackpots-ticker .jackpots-ticker-item {
        width: 50%;
        padding: 0vw 3vw;
        margin-bottom: 3vw !important;
    }

    #jackpots-ticker .jackpots-ticker-item h4 {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #jackpots-ticker .jackpots-ticker-item h3 {
        font-size: 4.5vw;
        padding: 3vw 0.5vw;
    }
}