.galeria-tlo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0px 0px;
}
.galeria-odnosnik {
	flex: 0 1 32%;
	display: flex;
	justify-content: center;
}

.galeria-obiekt {
  margin: initial;
  display: flex;
	height: 20vw;
	max-height: 266px;
  margin-top: 10px;
  justify-content: center;
	border-radius: 8px;
}

.galeria-obiekt:hover{
	opacity: 0.8;
}

.galeria-foto-mini {
	flex: 1 1;
	background-size: cover;
  background-position: center;
	border-radius: 8px;
  box-shadow: 0px 3px 7px 0px rgba(137, 137, 137, 0.98);
}

.galeria-obiekt figcaption{
	display: none;
	font-size: 0.6875em;
	text-align: center;
	color:#2d7f4d;
	padding: 4px 0px;
}

/* Zakładka fotogalerie*/

.menu-fotogaleria ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu-fotogaleria ul li {
	flex: 0 1 25%;
	list-style: none;
	margin: 0px 0px 24px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.menu-fotogaleria ul li img {
	flex: 1 1;
	padding: 0px 0px 8px 0px;
}
