.logo_wrapper {
  text-align: center;
  padding: 12px;
}
.logo_wrapper img {
  filter: invert(1) brightness(2);
  max-width: 180px;
}
footer {
  background-color: #000;
  padding: 12px;
}
footer p {
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 8px;
  color: #ddd;
}
@media screen and (max-width: 576px) {
  body[data-gametheme="12m"] .page-heading {
    padding-top: 50px;
  }
  .logo_wrapper img {
    max-width: 160px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
}
@media (orientation: landscape) and (max-height: 390px) {
  body[data-gametheme="12m"] .page-heading .logo-header {
    width: 260px;
    margin-bottom: -53px;
  }
  body[data-gametheme="12m"] .u__text--xl {
    font-size: 20px;
  }
  #spinwheel {
    width: 300px !important;
  }
  body[data-gametheme="12m"] .spinwheel-contain::after {
    padding-bottom: 32%;
  }
  body[data-gametheme="12m"] .L-masks,
  body[data-gametheme="12m"] .R-masks {
    height: 100%;
  }
  body[data-gametheme="12m"] .u__text--xxl {
    font-size: 28px;
  }
  #spinwheel-messages .message-inner {
    padding: 12px;
  }
  #spinwheel-messages h3 {
    font-size: 22px;
  }
  body[data-gametheme="12m"] #spinwheel-messages img {
    max-width: 140px;
    margin-bottom: 0;
  }
  body[data-gametheme="12m"] #spinwheel-messages .btn-message {
    height: 60px;
  }
  body[data-gametheme="12m"] #spinwheel-messages .btn-message.second {
    width: 280px;
  }
  body[data-gametheme="12m"] #spinwheel-messages .message {
    width: 480px;
  }
  body[data-gametheme="12m"] #spinwheel-messages p {
    font-size: 16px;
  }
  body[data-gametheme="12m"] #spinwheel-messages h2 {
    font-size: 32px;
  }
  #spinwheel-messages p {
    margin-top: 0;
  }
  body[data-gametheme="12m"] #spinwheel-messages img {
    margin-top: 0;
  }
}
