#paspartou {
  z-index: 1000;
  background: #000 url("../images/loading.gif") center no-repeat;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

#paspartou.active {
  display: block;
}

#paspartou button {
  text-align: center;
  z-index: 2;
  cursor: pointer;
  color: #9a9a9a;
  opacity: 1;
  background: none;
  border: 0;
  border-radius: 1.5rem;
  width: 3rem;
  height: 3rem;
  margin-top: -1em;
  font-size: 2rem;
  position: absolute;
  top: 50%;
}

#paspartou #prev {
  left: 1rem;
}

#paspartou #next {
  right: 1rem;
}

#paspartou #close {
  margin: 0;
  top: .5em;
  right: .5em;
}

#paspartou > div {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

#paspartou > div > div {
  text-align: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

#paspartou img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  background-color: var(--color-bg);
}

#paspartou .hidden {
  opacity: 0;
}

#paspartou button.hidden {
  cursor: default;
  pointer-events: none;
}

#paspartou p {
  width: 100%;
  margin: 0;
  padding: .5em 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

#paspartou img.hidden + p, #paspartou p:empty {
  opacity: 0;
}
