.publicModalMask {
  background: white;
  opacity: 1;
}
.publicModalClose {
 
}

.galleryArrow--next {
	position: fixed;
    right: -10px;
    width: 50px;
}
.galleryArrow--prev {
	position: fixed;
    left: -10px;
    width: 50px;
}