.galeria-tlo{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 32px 32px;
	margin: 0px 0px 24px;
}
.galeria-odnosnik {
	flex: 0 1 calc(25% - 24px);
	min-width: 160px;
	display: flex;
	height: clamp(80px, 100%, 288px);
	text-decoration-color: transparent;
	margin: 0px 0px;
}
.galeria-obiekt{
	flex: 1 1;
	width: 100%;
  margin: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.galeria-obiekt:hover{
	opacity: 0.8;
}
.galeria-foto-mini{
	width: 100%;
	height: clamp(80px, 100vw, 196px);
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center;
	border-radius: 8px;
	box-shadow: 3.346px 3.716px 7px 0px rgba(0, 0, 0, 0.45);
}

.galeria-obiekt figcaption{
	font-family: var(--main-font);
	text-align: center;
	padding: 12px 6px 0px 6px;
	font-size: 18px;
	line-height: 24px;
	color:#fff !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
