.simple-gallery-overlay {
	width: 100vw; height: 100vh;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index:100;
}

.simple-gallery-wrapper {
	width: 1000px;
	border:10px solid white;
	border-radius: 10px;
	background-color:white;
	position:relative;
	top:18%;
	margin:auto;
}

.simple-gallery-wrapper a {
	display: block;
	color: white;
	text-decoration: none;
	height: 100%;
	width: calc(50% + 10px + 1em);
	position: absolute;
	top: 0;
	font-size: 3em;
	left:calc(-10px - 1em);
	display: flex;
	align-items: center;	/*horizontally*/
}

.simple-gallery-wrapper .simple-gallery-next {
	left:50%;
	justify-content: right;
}