.downloadable_gallery {
	overflow: auto;
	position: relative;
	margin-bottom: 10px;
}

.downloadable_gallery a {
	display:block;
	position:relative;
	float:left;
	margin: 2px;
}

.downloadable_gallery a img {
	opacity: 0.8;
}

.downloadable_gallery a:hover img {
	opacity: 1.0 !important;
}

.downloadable_gallery .overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2em;
	color: white;
}

.download-icon:before {
	content: "\f242";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 1.5em/1 'dashicons';
	vertical-align: top;
}