/* .masonry-grid {
	display: flex;
	margin-left: -10px;
	width: auto;
} */

.masonry-item {
	/* margin-bottom: 10px;
	padding-left: 10px; */
	//width: 33.333%;
	/* width: 50%; */
	box-sizing: border-box;
}

.masonry-item:first-child {
	//	width: 100%;
}

.masonry-item img {
	width: auto;
	height: auto;
	max-width: none;
	/* nicht beschränken */
}