.cell75 .container .projekte .pro {
    display: block;
	width:100%;
    margin-bottom: 20px;
}

.cell75 .container .projekte .pro .box, 
.cell75 .container .projekte .pro .box .caption {
    margin-bottom:0;
}

.box {
    position: relative;
	top>:0;
	left:0;
	cursor: pointer;
    overflow: hidden;
    width: 100%;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	opacity: 1;
	padding:0;
	}
.box img {
	width:100%;
}
.box:hover .fade-caption {
    opacity: 0;
}

.box .caption {
    position: absolute;
	top:0;
	left:0;
    z-index: 100;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 1;
	width:100%;
	height:100%;
	padding:0;

}

.box .caption p {
	position:absolute;
	right:12px;
    bottom:3px;
    color:#fff;
	font-weight:400;
	z-index:1;
}

.box .caption img {
	width:100%;
}
	
h4 {
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 0 20px 0;
	color:#000;
}
	
@media (min-width:769px) {
.box .caption {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
}