#gallery .moduleContent {
    padding: 0 20px;
    background: url('../images/backgrounds/planks_spruce_r90.png') repeat;
}

#gallery .moduleContent:hover .module {
    position: absolute;
    z-index:1;
}

#gallery .spacer {
    height: 20px;
    background: url('../images/backgrounds/planks_spruce.png') repeat;
}
#gallery figure {
    position: relative;
    
}
#gallery figure img {
    border: 3px ridge #43341A;
    border-radius: 5px;
    margin-bottom: -5px;
}
#gallery .moduleHeader {
    border-bottom: none;
}

#gallery figcaption{
    position: absolute;
    font-family: sans-serif;
    font-size: .8em;
    bottom: .75em;
    right: .35em;
    padding: .25em;
    color: #fff;
    background: rgba(0,0,0, .25);
    border-radius: 2px;
}



@media screen and (max-width: 480px){
	#gallery[data-columns]::before {
		content: '1 .columns.twelve';
	}
}

@media only screen and (max-width: 959px) {
	#gallery[data-columns]::before {
		content: '2 .columns.eight';
	}
}
@media screen and (min-width: 769px) {
	#gallery[data-columns]::before {
		content: '2 .columns.eight';
	}
}
