.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle; }

/* Slideshow container */
.slideshow-container {
  max-width: 1126px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

.zn-slideshow {
	width:38%;
	display:none;
}

div.zn-opis p {
	text-indent: 25px;
}

.zn-cursor {
  cursor: pointer;
}

#znTitle {
	transition: top 0.3s;
}

#znPresentation {
	z-index: 100;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	font-size:250%;
	font-weight: bold;
}

#znClose {
	position: fixed;
	top: 2px;
	right: 2px;
	color: rgb(255,255,255);
	padding: 8px;
	cursor: pointer;
	color: white;
	font-weight: bolder;
	font-size: 25px;
	transition: 0.6s ease;
	border-radius: 3px 3px 3px 3px;
	user-select: none;
	-webkit-user-select: none;
}

#znPrev, #znNext {
	position: fixed;
	color: rgb(255,255,255);
	top: 50%;
	padding: 10px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
 
#znPrev {
	left: 0;
}

#znNext {
	right: 0;
	border-radius: 3px 0 0 3px;
}

#znPrev:hover,
#znNext:hover,
#znClose:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#znPresentationImg {
	position: relative;
	margin: auto;
	cursor: pointer;
}