/*Jackpot*/
.odometer-container{
  width: 100%;
  position: relative;
  height: 80px;
  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;
    border: 1px solid var(--gray-bg);

}
.odometer__heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 9px;
  color: #fff;
}

.container-jackpot{
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 ;
  align-items: center;
    margin-top: 20px;
}
.jackpot-odometer {
  overflow: hidden;
  width: 300px;
  height: 45px;
  position: relative;
}
