html body .wheel-container-12 .single-sector {
  padding-top: 24%;
}
html body .wheel-container-12 .single-sector .text-holder{
   font-size: 1rem;
}

html.mobile  .text-holder>span, html.tablet .text-holder>span {
    font-size: 0.8rem
}
@media screen and (max-width: 1240px) {
  html body .text-holder {
    font-size: 0.8rem !important;
  }
}
html.browser .spinner-section {
  transform: initial !important;
}
@media screen and (max-width: 1240px) {
  html.browser .spin-btn-holder {
    width: 8rem;
    height: 8rem;
  }
}
html.browser .wheel-border {
  background-size: 96%;
  background-position: center;
}
html.mobile .spin-btn-holder, html.tablet .spin-btn-holder {
  width: 6.8rem;
  height: 6.8rem;
}
html.mobile .wheel-border, html.tablet .wheel-border {
  background-size: 94%;
  background-position: center;
}