.ws-ref-images-item {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ws-ref-images-item:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    padding-bottom: 66.667%;
}
.ref-info {
	background-size: cover;
	position: absolute;
	top:0; left:0; right:0;bottom:0;
}
.ref-info .project {
	position:absolute;
	top:0; left:0; right:0;bottom:0;
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center;
	padding: 0 15px;
	text-align: center;
    line-height: 1.2;
	color: #fff;
	background-color:rgba(48,122,227,0.8);
}	
.ws_mobile .ref-info .project {
	top: auto;
    padding: 8px 15px 10px;
}
.ws_desktop .ref-info .project {
	opacity:0;
	-webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all .5s
}
.ws_desktop .ref-info:hover .project {
	opacity:1;
	-webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);	
}
.ref-info .project picture {
	max-width:35%;
	padding-bottom:15px;
	max-height: 60%;
}
.ws_mobile .ref-info .project picture {
	display:none
}
.ref-info .project .project-cat{
	font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.71px;
    line-height: 1.2;
}	
.ref-info .project .white-button {
	margin-top: 15px;
    min-width: 120px;
	padding: 5px 16px 4px
}
.ws_mobile .ref-info .project .white-button {
	margin-top:5px
}
@media only screen and (min-width: 1200px) {
}	
@media only screen and (min-width: 768px) and (max-width: 1199px){
}	
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}
