#frame-project-container img {
	margin: 0 auto;
}

#frame-filter-opts {
	margin-top: 50px;
	margin-bottom: 50px;
}

#frame-filter-opts .button {
	float: none;
}

#frame-filter-opts .button-group {
	margin-bottom: 0;
}

div.frame-project {
	position: relative;
}

div.frame-project figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
}

div.frame-project figure img {
	position: relative;
	display: block;
	/* min-height: 100%; */
	/* max-width: 100%; */
	opacity: 0.8;
}

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

div.frame-project figure figcaption p {
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
}

div.frame-project figure figcaption h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: normal;
	font-weight: inherit;
}

div.frame-project figure figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

div.frame-project figure figcaption,
div.frame-project figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.frame-project figure figcaption > a {
	/* z-index: 1000; */
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

div.frame-project figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

div.frame-project figure h2 span {
	font-weight: 800;
}

div.frame-project figure h2,
div.frame-project figure p {
	margin: 0;
}

div.frame-project figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

div.ccm-page div.frame-project figure.effect-sadie h2,
div.ccm-page div.frame-project figure.effect-sadie p {
	padding-left: 15px;
	padding-right: 15px;
}

div.frame-project-edit-mode {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC");
	background-color: #FFFFFF;
	padding: 100px 0;
}

figure.effect-layla img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}