.library {
	background-color: #f6f6f6;
	z-index: 1;
	overflow: hidden;
}
	.library__content {
		max-width: 272px;
	}
.library__tag {
	margin-bottom: 7px;
	font: 14px/22px Figgins Sans, Arial, sans-serif;
}

.library__name {
	font: bold 17px/22px Figgins Sans, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.library__subheader {
	font: 15px/22px Parmigiano Piccolo Light, Arial, sans-serif;
}
.library__photo {
	position: absolute;
	bottom: 26px;
	z-index: -1;
	right: 20px;
}
.library__poster {
	max-height: 150px;
	height: auto;
}
@media only screen and (min-width: 621px) {
	.library__tag {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 6px;
	}
	.library__poster {
		min-height: 228px;
		height: auto;
		max-width: none;
	}
	.library__subheader {
		font-size: 16px;
	}
}
