.thumb-container{
	position:relative;
	overflow:hidden;
	}
	
/* Zoom Effect */
.thumb-container .post-thumbnail{ width:100%; height:auto; }

.thumb-container .post-thumbnail{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	}
.thumb-container .post-thumbnail:hover{
    -webkit-transform: scale(1.40,1.40);
    -moz-transform: scale(1.40,1.40);
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	}
	
.video-icon{
	position:absolute;
	right:20px;
	top:20px;
	
	width:37px;
	height:37px;
	background:url(../images/video-icon.png) center center no-repeat rgba(0,0,0,0.5);
	border:3px solid #FFFFFF;
	z-index:99999;
	
	-webkit-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}

.gallery-icon{
	position:absolute;
	right:20px;
	top:20px;
	
	width:37px;
	height:37px;
	background:url(../images/gallery-icon.png) center center no-repeat rgba(0,0,0,0.5);
	background-size:13px 13px;
	border:3px solid #FFFFFF;
	z-index:99999;
	
	-webkit-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}