@import 'css/style.css?1774396843';
#jackpotFlipCounter {
  background: transparent;
}
#jackpotFlipCounter .flip-counter {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
  float: none !important;
  left: auto;
  position: static;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fc-currency { float:left; font-size: 100px; position: relative; left: 45%; line-height: 100px; }

@media screen and (max-width: 570px) {
  .fc-currency { font-size: calc(100vw * 100 / 570); line-height: calc(100vw * 100 / 570); }
}


.flipCounterPreview #jackpotFlipCounter .flip-counter {
   justify-content: left;
}