.gallery-wrapper {
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.gallery-item {
	width: 170px;
	height: 170px;
	margin: 5px;
}

img.featherlight-image {
	max-height: 96%;
}

.featherlight-content .caption {
	margin-top: 5px;
	font-weight: bold;
}

.download-wrapper {
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.box-download {
	position: relative;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 170px;
	height: 215px;
	margin: 0 10px 10px 0;
}

.box-download .image-wrapper {
	height: 120px;
	width: 170px;
	overflow: hidden;
	background-color: #ccc;
}

.box-download .image-wrapper p {
	font-size: 170%;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	background-color: #ccc;
	height: 120px;
}

.box-download .image-wrapper img {
	width: auto;
	height: 100%;
	margin:  0 auto;
}

.box-download p {
	padding: 3px 5px 0 5px;
	margin: 0;
	line-height: 1.4em;
}

.box-download p.title {
	word-break: break-word;
	overflow-wrap: break-word;
}

.box-download p.description {
}

.box-download .meta {
	position: absolute;
	bottom: 0;
	font-size: 75%;
	background-color: #ccc;
	padding: 5px;
	width: 100%;
}

