.event_ticket_fixedBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 160px;
  z-index: 99;
}
.event_ticket_fixedBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .event_ticket_fixedBtn {
    width: 100px;
  }
}
/*# sourceMappingURL=event_ticketBtn.css.map */