
.publicModalMask {
  background: white;
  opacity: 1;
}
.publicModalClose {
  filter: invert(100%);
}
.galleryArrow--next {
	position: fixed;
    right: 30px;
    width: 50px;
}
.galleryArrow--prev {
	position: fixed;
    left: 30px;
    width: 50px;
}