/*Jackpot*/
.odometer-container{
  width: 100%;
  position: relative;
  height: 166px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fbfbfb;
  padding: 10px 0;
  text-transform: uppercase;
  background:url("/mobile/common/images/odometer/mobile-jackpot.jpg");
    background-size: cover;

}

.bg-jackpot {
    background: rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    border: 1px solid var(--border-color);
}
.odometer__heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 40px 0 0;
  color: #fff;
    position: relative;
    z-index: 2;
}

.container-jackpot{
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 15px;
  align-items: center;
    z-index: 2;
}
.jackpot-odometer {
  overflow: hidden;
  width: 285px;
  height: 55px;
  position: relative;
}
