.gallery{
	text-align: center;
	font-size: 0;
}
.gallery a{
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 7.5px;
}
.gallery .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;
}

.gallery-list-item  {
	position: relative; 
	display: block; 
}
.gallery-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;
}
.gallery-list-item .img-overlay:hover {
	background-color: rgba(0,0,0,.45);
}
.gallery-list-item .img-overlay .text {
 	padding: 1.5em; 
}
.gallery-list-item .img-overlay .caption {
	 font-weight: bold; 
	 font-size: 1.2em; 
}