/* @override 
	http://www.sanctuaryfirst.org.uk/assets/css/masonry.css */

.grid-sizer, .grid-item {
	width: 266px;
	height: 200px;
	float: left;
	margin-bottom: 10px;
}
.grid-item img {
	width: 100%;
	height: 100%;
}


.grid-item--width2 { width: 542px; }
.grid-item--width3 { width: 818px; }

.grid-item--height2 { height: 410px; }
.grid-item--height3 { height: 620px; }

.overlay-text {
	position: absolute !important;
	bottom: 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.55);
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.overlay-text h3 {
	padding: 10px 3px;
	margin: 0px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}