.collection{
	text-align: center;
	font-size: 0;
}
.collection a{
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 7.5px;
}
.collection .video-play{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 58px;
	height: 30px;
	margin-left: -29px;
	margin-top: -15px;
	background: url('video-play.png') no-repeat;
}

.sharebar {
	z-index:  4000;
	display:  none;
	position: fixed;
	top:      0;
	left:     0;
	width:    100%;
	text-align: center;
}

.sharebar.active {
	display: block;
}

.collection-list-item  {
	position: relative;
	margin-bottom: 90px;
	text-align: center;
	line-height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	max-height: 300px;
}

.collection-list-item img {
	display: inline-block;
	vertical-align: middle;
}

.collection-list-item .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
	color: #FFF;
	transition: background-color .2s ease-in-out;
	text-align: left;
}
.collection-list-item .img-overlay:hover {
	background-color: rgba(0,0,0,.45);
}
.collection-list-item .img-overlay .text {
 	padding: 1.5em;
 	line-height: normal;
}
.collection-list-item .img-overlay .caption {
	 font-weight: bold;
	 font-size: 1.2em;
}