<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 991px) {
  .fs-0 {
    font-size: 7rem;
  }

  .fs-1 {
    font-size: 2.8rem !important;
  }

  .fs-2 {
    font-size: 1.9rem !important;
  }

  .fs-3 {
    font-size: 1.6rem !important;
  }

  .column-artist {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }

  .event-modal {
    --w-event-modal: 760px;
  }

  .main-menu a:hover {
    -webkit-text-stroke-width: 1px;
  }

  img.ar16-9-lg, .ar16-9-lg {
    aspect-ratio: 16/9;
    object-fit: cover;
  }

  img.ar9-16-lg, .ar9-16-lg {
    aspect-ratio: 9/16;
    object-fit: cover;
  }

  .column-artist {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  #artists li.artist-name a:hover::after, #artists li.artist-name.active a::after {
    display: none;
  }

  #artists li.artist-name::after {
    content: 'âˆ™';
    color: var(--bs-white);
    margin-left: 4px;
  }

  #artists li.artist-name:last-child::after {
    display: none;
  }

  .m-width-18, .m-width-20, .m-width-24, .m-width-30, .m-width-34 {
    max-width: inherit;
  }
}
</pre></body></html>