.galeria-tlo{
	flex: 1 1 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:24px;
	gap: 24px 24px;
}
.galeria-odnosnik {
	flex: 0 1 calc(100% / 4 - 18px);
	text-decoration: none;
	margin: 0px 0px;
	display: flex;
}
.galeria-obiekt{
	flex:  1 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 0px;
	background-color: #f5f5f5;
}

.galeria-obiekt:hover{
	opacity: 0.8;
}

.galeria-foto-mini{
	flex: 1 1 auto;
	height: 14vw;
	max-height: 134px;
	background-size: contain;
	background-repeat: no-repeat;
  background-position: center;
	background-color:#e5e5e5;
}

.galeria-obiekt figcaption{
	display: none;
	font-size: 0.6875em;
	text-align: center;
	padding: 6px 6px 8px 6px;
	font-size: 12px;
	line-height:14px;
	color:#000000 !important;
}
