html {
  font-family: sans-serif;
  height: 100%;
  background-color: white;
}

body {
  margin: 0;
  height: 100%;
}

h1, h2, h3 {
  font-size: unset;
  margin: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

img, video {
  vertical-align: top;
}

.SlideGroup, .SlideGroup-figure {
  display: contents;
}

.SlideGroup {
  display: none;
}

.SlideGroup.is-active {
  display: contents;
}

.Slide {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.Slide.is-active {
  display: block;
}

.Slide-figure {
  display: contents;
}

.Slide-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Slideshow {
  display: block;
  height: 100%;
  position: relative;
}

.Slideshow-figure {
  display: contents;
}

.Slideshow-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 1;
}

.Slideshow-button--prev {
  cursor: w-resize;
}

.Slideshow-button--next {
  cursor: e-resize;
}

.Slideshow-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  mix-blend-mode: exclusion;
}

/*# sourceMappingURL=main.css.map */
