html {
  background: #080808;
  scroll-behavior: smooth;
}

body.events-page {
  margin: 0;
  overflow-x: hidden;
}

body.events-page button {
  font: inherit;
}

body.events-page a {
  text-decoration: none;
}

body.events-page img,
body.events-page video {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
