.gallery-thumb {
	position: relative;
}
.gallery-thumb-image {
	height: 200px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.gallery-thumb-videolayover {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -23px;
	text-align: center;
}
.gallery-thumb-videolayover i {
	font-size: 45px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 5px;
	border-radius: 3px;
}	