.galeria-tlo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.galeria-obiekt{
	width: 148px;
  margin: initial;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}

.galeria-obiekt:hover{
	opacity: 0.8;
}

.galeria-foto-mini{
	width: 148px;
	height:100px;
	display: block;
	background-size: cover;
  background-position: center;
  /* border: 4px solid #fff;
  box-shadow: 0px 0px 3px #999999; */
}

.galeria-obiekt figcaption{
	font-size: 14px;
	text-align: center;
	color:#008540;
	padding: 4px 0px;
}
.galeria-tlo a {
	text-decoration: none;
	width: 25%;
	display: flex;
	justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.galeria-tlo a {
		width: auto;
	}
}
@media (min-width: 600px) and (max-width: 780px) {
	.galeria-tlo a {
		width: 33%;
	}
}
@media (min-width: 450px) and (max-width: 600px) {
	.galeria-tlo a {
		width: 50%;
	}
}
@media (min-width: 320px) and (max-width: 450px) {
	.galeria-tlo a {
		width: 100%;
	}
}