.node.custom-google-gallery-teaser {
	display: block; position: relative; margin: 0 auto 30px; width: 100%; max-width: 80%;
}
.field-field-ggallery-image {
	cursor: pointer;
}
.gallery-label {
	position: absolute; bottom: 0; left: 0; display: table-cell; padding: 5px 0; width: 100%;
	background: rgba(0,0,0,0.4); color: #fff; text-align: center; /*border-bottom: 2px solid #ccc;*/
	font-size: 1.2em;
}

@media only screen and (min-width:481px) {
	.node.custom-google-gallery-teaser {
		width: 48%; margin: 0 4% 30px 0;
	}
	.node.custom-google-gallery-teaser:nth-child(odd) {
		clear: left; float: left;
	}
	.node.custom-google-gallery-teaser:nth-child(even) {
		float: right; margin-right: 0;
	}
}

@media only screen and (min-width:760px) {
	.node.custom-google-gallery-teaser:nth-child(odd) {
		clear: none; float: none;
	}
	.node.custom-google-gallery-teaser:nth-child(even) {
		float: none; margin-right: 4.5%;
	}
	.node.custom-google-gallery-teaser {
		position: relative; display: inline-block; width: 100%; max-width: 30%; margin: 0 3.33% 30px 0; vertical-align: top;
	}
	.node.custom-google-gallery-teaser:nth-child(3n+3) {
		margin-right: 0;
	}
}
/*
@media only screen and (max-width:768px) not (-webkit-min-device-pixel-ratio:2) {
	#content-list .node.custom-google-gallery-teaser {
		position: relative;
		float: left; margin: 0 4% 4% 0; display: block; width: 48%; min-height: 187px;max-height:200px;overflow:hidden;
	}
	#content-list .node.custom-google-gallery-teaser:nth-child(3n+0) { margin-right: inherit;}
	#content-list .node.custom-google-gallery-teaser:nth-child(2n+0) { margin-right: 0;}
}

@media only screen and (max-width:480px) {
	#content-list .node.custom-google-gallery-teaser {
		position: relative;
		float: none; margin: 0 auto; display: block; width:320px;max-width: 96%; min-height: 187px;max-height:200px;overflow:hidden;clear:both;
		margin-bottom:4%;
	}
	#content-list .node.custom-google-gallery-teaser:nth-child(3n+0) { margin-right: auto;}
	#content-list .node.custom-google-gallery-teaser:nth-child(2n+0) { margin-right: auto;}

}
*/
