.portfolio_link {
/*	display: block;
	float: left; */
	display: inline-block;
	width: 33.333%;
	position: relative;
}
.inner p {
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-size: 1.5vw;
}
.inner p.portfolio_header {
	color: #c1c1c1;
}
.innerAnimation p.portfolio_header {
	color: #2a2a2a;
}
.inner p.portfolio_header {
	font-size: 2vw;
/*	bottom: -76px;*/
	bottom: -88px;
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-weight: bold;
}
.inner p.portfolio_sub {
/*	bottom: -102px;*/
	bottom: -114px;
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-weight: normal;
}
.inner:hover p.portfolio_header {
	bottom: 1px;
	-webkit-transition: bottom 1s ease 0s;
    transition: bottom 1s ease 0s;
}
.inner:hover p.portfolio_sub {
	bottom: -17px;
	-webkit-transition: bottom 1s ease 0s;
    transition: bottom 1s ease 0s;
}
.inner, .innerAnimation {
	overflow: hidden;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	line-height: 0;
}
body.neutral .inner, body.neutral .innerAnimation {
	border: 10px solid black;
	background: black;
}
body.black .inner, body.black .innerAnimation {
	border: 10px solid #F9F4F2;
	background: #F9F4F2;
}
body.black .inner p, body.black .innerAnimation p {
	color: #5e5e5e;
}
.inner:after, .innerAnimation:after {
	-webkit-transition: opacity .4s cubic-bezier(.7, 0, .36, .63), -webkit-transform .4s cubic-bezier(.7, 0, .36, .63);
	transition: transform .4s cubic-bezier(.7, 0, .36, .63), opacity .4s cubic-bezier(.7, 0, .36, .63);
	transition: transform .4s cubic-bezier(.7, 0, .36, .63), opacity .4s cubic-bezier(.7, 0, .36, .63), -webkit-transform .4s cubic-bezier(.7, 0, .36, .63);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 0;
}

img.lazy {
	border: 0px solid!important;
}
.inner img, .innerAnimation img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
	width: 100% !important;
	height: 100% !important;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.inner:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}
.innerAnimation:hover img {
	opacity: 0.3;
}
.innerAnimation:hover {
	background: white;
}
.inner p {
	color: white;
}
.innerAnimation p {
	color: #3b3b3b;
}
.inner p, .innerAnimation p {
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-size: 1.5vw;
}
.inner p.portfolio_header {
	color: #c1c1c1;
}
.innerAnimation p.portfolio_header {
	color: #2a2a2a;
}
.inner p.portfolio_header, .innerAnimation p.portfolio_header {
	font-size: 2vw;
/*	bottom: -76px;*/
	bottom: -88px;
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-weight: bold;
}
.inner p.portfolio_sub, .innerAnimation p.portfolio_sub {
/*	bottom: -102px;*/
	bottom: -114px;
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-weight: normal;
}
.inner:hover p.portfolio_header, .innerAnimation:hover p.portfolio_header {
	bottom: 11px;
	-webkit-transition: bottom 1s ease 0s;
    transition: bottom 1s ease 0s;
}
.inner:hover p.portfolio_sub, .innerAnimation:hover p.portfolio_sub {
	bottom: -7px;
	-webkit-transition: bottom 1s ease 0s;
    transition: bottom 1s ease 0s;
}