﻿.port-carusel
{
    background-color:#67b0d1;
    padding-left:20px;
    padding-right:20px;
}
.port
{
    position:relative;
    overflow:hidden;  
	list-style:none;
    margin:10px;
    background-color:#67b0d1;
    border-radius:4px;  
}
.caption 
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    color:#fff !important;
    font-size:12px;
    font-weight:500;
}
.portfolio-img
{
    width:auto;
    height:300px;
    padding:10px;
}
.developed{
    font-size:10px;
    font-weight:300;
}