.galeria-tlo{
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
	gap: 16px 16px;
}

.galeria-obiekt{
	width: 100%;
	height: 100%;
  margin: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	background-color: #f5f5f5;
}

.galeria-obiekt:hover{
	opacity: 0.8;
}
.galeria-odnosnik   {
	flex: 0 1 calc(20% - 12.8px);
	height: 16vw;
	max-height: 160px;
	display: flex;
	flex-direction: column;
	text-decoration-color: transparent;
	margin: 0px 0px;
	overflow-y: auto;
}
.galeria-foto-mini{
	width: 100%;
	height: 75%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
  background-position: center;
	background-color:#e5e5e5;
}

.galeria-obiekt figcaption{
	font-size: 0.6875em;
	text-align: center;
	padding: 6px 6px 8px 6px;
	font-size: 12px;
	line-height:14px;
	color:#000000 !important;
	background-color: #f5f5f5;
}

@media all and (min-width: 320px) and (max-width: 639px) {
	.galeria-odnosnik	{
		flex: 0 1 calc(33.33% - 12.8px);
		height: 30vw;
		max-height: 30vw;
	}
}
@media all and (min-width: 640px) and (max-width: 1023px) {
	.galeria-odnosnik	{
		flex: 0 1 calc(25% - 12.8px);
		height: 35vw;
		max-height: 140px;
	}
}
