
.wd-gallery-item {
	display: flex;
	height: auto;
	overflow: hidden;
	align-items: var(--wd-align-items);
	justify-content: var(--wd-justify-content);
}

.wd-gallery-item img {
	border-radius: var(--wd-brd-radius);
}
