section.jackpot-container {
  position: relative;
  margin-top: 1rem;
  padding: 0;
}
section.jackpot-container .jackpot-bg .jackpot-content {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-family: Arial, Verdana, Helvetica Neue, Helvetica, Roboto, sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  position: absolute;
  margin: auto;
  top: 49%;
  left: 8%;
  bottom: 0;
}
@media only screen and (min-width: 28em) {
  section.jackpot-container .jackpot-bg .jackpot-content {
    font-size: 1.5rem;
    top: 46%;
  }
}
@media only screen and (min-width: 40em) {
  section.jackpot-container .jackpot-bg .jackpot-content {
    font-size: 2rem;
    top: 23%;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 52em) {
  section.jackpot-container .jackpot-bg .jackpot-content {
    font-size: 2rem;
    top: 30%;
  }
}
@media only screen and (min-width: 64em) {
  section.jackpot-container .jackpot-bg .jackpot-content {
    font-size: 2.5rem;
    top: 30%;
  }
}
@media only screen and (min-width: 78em) {
  section.jackpot-container .jackpot-bg .jackpot-content {
    font-size: 3rem;
  }
}
section.jackpot-container .jackpot-bg .jackpot-content .jackpot-running {
  font-family: Arial, Verdana, Helvetica Neue, Helvetica, Roboto, sans-serif;
}
