.grid {
	margin: 25px auto 0;
	list-style: none;
}

.grid li {
	display: inline-block;
	width: 33%;
	margin: 0;
	padding: 10px;
	text-align: left;
	position: relative; float: left;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;background: #c70225;color: #ed4e6e;}
	
.movTravel .grid figcaption { background:#9dab29;}
.movSingle .grid figcaption { background:#11908c;}
.movFood .grid figcaption { background:#693aa3;}
.movCry .grid figcaption { background:#de105d;}
.movFire .grid figcaption { background:#fb4913;}


.grid figcaption h3 {margin: 0;padding: 0;color: #fff;}

.grid figcaption span:before {content: 'by ';}

.grid figcaption a {
	text-align: center;
	padding: 5px 20px;
	border-radius: 0px;
	display: inline-block;
	background: #b88e71;
	color: #fff; font-size: 14px; font-weight: 400; letter-spacing:2px;
}
.grid figcaption a:hover{ text-decoration: none;}

/* Individual Caption Styles */

/* Caption Style 7 */
.cs-style-7 li:first-child { z-index: 8; }
.cs-style-7 li:nth-child(2) { z-index: 7; }
.cs-style-7 li:nth-child(3) { z-index: 6; }
.cs-style-7 li:nth-child(4) { z-index: 5; }
.cs-style-7 li:nth-child(5) { z-index: 4; }
.cs-style-7 li:nth-child(6) { z-index: 3; }
.cs-style-7 li:nth-child(7) { z-index: 2; }
.cs-style-7 li:nth-child(8) { z-index: 1; }

.cs-style-7 figure img {
	z-index: 10;
}

.cs-style-7 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #c70225;
}

.movTravel figcaption { box-shadow: 0 0 0 0px #9dab29;}
.movSingle figcaption { box-shadow: 0 0 0 0px #11908c;}
.movFood figcaption { box-shadow: 0 0 0 0px #693aa3;}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
	opacity: 1;
	height: 122%;
	box-shadow: 0 0 0 10px #c70225;
}

.no-touch .movTravel .cs-style-7 figure:hover figcaption, .movTravel .cs-style-7 figure.cs-hover figcaption {box-shadow: 0 0 0 10px #9dab29;}
.no-touch .movSingle .cs-style-7 figure:hover figcaption,.movSingle .cs-style-7 figure.cs-hover figcaption {box-shadow: 0 0 0 10px #11908c;}
.no-touch .movFood .cs-style-7 figure:hover figcaption,.movFood .cs-style-7 figure.cs-hover figcaption {box-shadow: 0 0 0 10px #693aa3;}
.no-touch .movCry .cs-style-7 figure:hover figcaption,.movCry .cs-style-7 figure.cs-hover figcaption {box-shadow: 0 0 0 10px #de105d;}
.no-touch .movFire .cs-style-7 figure:hover figcaption,.movFire .cs-style-7 figure.cs-hover figcaption {box-shadow: 0 0 0 10px #fb4913;}

.cs-style-7 figcaption h3 { bottom: 8px; font-size: 18px; position: absolute; font-weight:400; left: 10px;}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

.cs-style-7 figcaption a {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.cs-style-7 figcaption a i{ display:inline-block; width: 12px; height: 12px; background:url(../images/gaslisa/movie/icn_mov_li.gif) no-repeat top center; left: 6px; margin-bottom:-2px;position: relative;}
.cs-style-7 figcaption a:hover i{ left:3px;-webkit-transition: all 0.2s ease-out; -moz-transition:  all 0.2s ease-out; -ms-transition:  all 0.2s ease-out; -o-transition:  all 0.2s ease-out; transition:  all 0.2s ease-out;}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}
/***非寬螢幕 1***/
@media screen and (max-width:1440px) {
.cs-style-7 figcaption a{ bottom:0; right:0px;}
.grid figcaption a{ padding: 5px 10px; font-size: 12px;}
.cs-style-7 figcaption h3{left: 0px; font-size:14px; bottom:5px;}
.grid{ margin:15px auto 0;}
}