.ticket-lottery-step {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #e42618;
}
.btn-reset-wrap {
  position: fixed;
  top: 200px;
  right: 20px;
  width: 160px;
  opacity: 0.5;
  padding: 0.25rem;
  font-size: 0.8em;
  text-transform: uppercase;
  z-index: 800;
}
.btn-reset-wrap:hover {
  opacity: 1;
}
.ticket-lottery-step.step-participation .form-item.form-item-code {
  margin: 0;
}
.ticket-lottery-step.step-participation .form-item.form-item-code .form-text {
  font-size: 30pt;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  max-width: 400px;
  padding: 10px;
}
.ticket-wrapper .ticket {
  background: url('../images/mobile/m-ticket_bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 0 25px #000000;
}
.ticket-wrapper .ticket .scratch-area {
  background: #cccccc;
  border-color: #f6f6f7;
}
.ticket-lottery-step.step-lottery .wheel-of-fortune-wrap {
  max-width: 100%;
}
.ticket-lottery-step.step-won-form .prize-wrapper {
  background: #ffffff;
  padding: 40px;
}
.ticket-lottery-step.step-won-form .prize-wrapper .prize-wrap {
  height: 400px;
}
.ticket-lottery-step.step-won-form .prize-wrapper .prize-wrap .simplebar-track.simplebar-vertical {
  border-radius: 12px;
  background: #cccccc;
}
.ticket-lottery-step.step-won-form .prize-wrapper .prize-wrap .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background: #f6f6f7;
  opacity: 1;
}
.ticket-lottery-step.step-won-form .prize-wrapper .prize-wrap .row .col {
  min-width: 50%;
}
.ticket-lottery-step.step-won-form #form-ticket-lottery-step-won-wrapper {
  max-width: 320px;
  margin: auto;
}
.prize .prize-thumbnail {
  margin: 0 auto 1rem;
  max-width: 300px;
}
.prize .prize-description {
  font-size: 0.7em;
}
@media all and (min-width: 768px) {
  .ticket-wrapper .ticket {
    background-image: url('../images/desk/d-ticket_bg.jpg');
  }
}
