
.grid {
	overflow: hidden;
	margin: 0;
	
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	
	width: 400px;
	/*height:500px;*/
	height: 284px;
	/*background: #3085a3;*/
	text-align: center;
	cursor: pointer;
	float: left;
}

.grid figure img {
	position: relative;
	display: block;
	/*min-height: 284px;*/

	opacity: 1;
	width:100%;
		height:auto;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 750px) {
	.container .grid figure figcaption,.container .grid figure a {
	
	width: 90%;

}
	
}
.grid figure figcaption:hover .grid figure a:hover{background: rgba(0,0,0,0.3)}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	font-size: 14px;
}

/* Individual effects */


/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background:#000;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

figure.effect-bubba:hover>img {
	opacity:0.6;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 40px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

figure.effect-bubba figcaption::before {
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba h2 {
	opacity:0;
	/*padding-top: 25%;*/
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	/*padding: 30px 0;*/
	margin-top:-11%;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
@media screen and (max-width:1024px){
	figure.effect-bubba p {margin-top:-26%;}
	
}
@media screen and (max-width:780px){
	figure.effect-bubba p {margin-top:-8%;}
	
}
@media screen and (max-width:460px){
	figure.effect-bubba p {margin-top:-12%;}
	.container figure.effect-bubba p {margin-top:-21%;}
	
}
figure.effect-bubba:hover figcaption::before{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}
figure.effect-bubba:hover h2{
transition-delay: 0.3s;
-moz-transition-delay: 0.3s; /* Firefox 4 */
-webkit-transition-delay: 0.3s; /* Safari 和 Chrome */
-o-transition-delay: 0.3s;
}


@media screen and (max-width: 69.5em) {
	#index_block .grid figure {
		width: 50%;
	}	
	.portfolio-wrapper .grid figure {
		width: 100%;
	}

	.grid figure figcaption {
		font-size: 90%;
	}
}


@media screen and (max-width:750px) {

	#index_block .grid figure {
		width: 100%;
	}
	figure.effect-bubba p {
   
    /*margin-top: -25%;*/
    font-size: 12px;
   
   
}
}