/* html,
body {
  background-color: black;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
html img,
body img {
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}
html .slides,
body .slides,
html > .dg,
body > .dg {
  display: none;
} */
/* #first-slide {
  width: 70vw;
}
@media (min-width: 1000px) {
  body {
    background: transparent;
    background-repeat: no-repeat;
  }
  body > .dg {
    display: block;
  }
} */

.dg.ac { display:none }