.object-fit-cover {
	object-fit: cover;
}

.masonry-columns {
	column-count: 3;
	column-gap: 1.5rem;
}
.masonry-item {
	break-inside: avoid;
	margin-bottom: 1.5rem;
}
.card {
	background-color: #eeeeee;
}
.card img {
	padding: 1px;
}

.card-body {
	padding: 5px 15px 15px 15px;
}
.card-body .cardtitle {
	margin-top: 15px;
	margin-bottom: 0;
}
.card-body .cardtitle h4 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
}
.card-body .cardsubtitle {
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 10px;
}
.card-body .cardauthors,
.card-body .carddate {
	color: #888888;
	line-height: 15px;
	font-size: 12px;
}
.card-body .cardtext {
	line-height: 20px;
	margin-top: 10px;
}
.cardfooter {
	text-align: end;
}