.ticket_by__img {
  display: none;
  position: fixed;
  top: 25px;
  right: 25px;
  width: 60px;
  z-index: 610;
  cursor: pointer;
}
.ticket_by__div {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 600;
}
.ticket_by__div#tlFrameContainer {
  width: 100% !important;
}
@media (max-width: 425px), (max-width: 768px) {
  .ticket_by__img {
    top: 2px;
    width: 32px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
