.fullImage-container {
  display: none;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #000c;
}

.fullImage-container-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.fullImage-container-button {
  position: absolute;
  text-shadow: 1px 1px 15px #000;
  top: 0;
  right: 0;
  margin: 1rem;
  font-size: 2rem;
  color: var(--white);
  cursor: pointer;
  color: var(--white);
}

.slider-figure {
  cursor: pointer;
}
