.gallery-grid a:active,.gallery-grid a:focus{outline:0}.gallery-grid{font-size: 0; text-align: center}.gallery-item{display: inline-block; position: relative; vertical-align: middle}.gallery-img{display: inline-block; max-width: 100%}*,*:after,*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.gallery-grid figure{
	overflow: hidden;
}.gallery-grid figure img{
	display: block;
}.gallery-grid figure figcaption{
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	left: auto;
	width: 100%;
	height: 60px;
	bottom: -60px;
	padding: 20px;
	color: #ddd;
	background: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: bottom 0.2s ease;
	-moz-transition: bottom 0.2s ease-in-out;
	-ms-transition: bottom 0.2s ease-in-out;
	-o-transition: bottom 0.2s ease-in-out;
	transition: bottom 0.2s ease-in-out;
}.gallery-grid figure figcaption a{
	color: #fff;
}.gallery-grid figure figcaption a:hover{
	color: #ddd;
}.gallery-grid figure:hover figcaption{
	bottom: 0px;
}