@charset "UTF-8";
/* CSS Document */

.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 33.333333333%;
    text-align: center;
    cursor: pointer;
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid2 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid2 figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid2 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 33.333333333%;
    text-align: center;
    cursor: pointer;
}

.grid2 {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}