#overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(159, 159, 159, 0.75);
	width: 100%;
	height: 100%;
	z-index: 50;

}

#photo {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
}

#gallery img{
  height: auto;
}

li{
	list-style-type: none; /* Убираем маркеры */
}