.tx-lpc-gallery .gallery-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--gallery-item-width), 1fr));
	flex-flow: row wrap;
	gap: 10px;
}

.tx-lpc-gallery .gallery-thumb {
	position:relative;
}

.tx-lpc-gallery .gallery-downloadLink {
	position:absolute;
	bottom:2px;
	right:7px;
	display:none;
}

.tx-lpc-gallery .gallery-image:hover .gallery-downloadLink {
	display:block;
}

.tx-lpc-gallery .gallery-teaser-text {
	max-width: fit-content;
	hyphens: auto;
}

.tx-lpc-gallery .gallery-image a {
	display: flex;
}
