div.project-random{ 
    margin-bottom: 30px;
}
div.project-random figure.project-random-img{
    position: relative;
    height: 200px;
    overflow: hidden;
    margin: 10px;
}
div.project-random figure.project-random-img img{
    width: 100%;
    min-height: 100%;
}
div.project-random figure.project-random-img p{
    margin: 0;
    width: 100%;
    position: absolute;
    padding: 5px 10px;    
    z-index: 1;
    bottom: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.5;
    color: #ffffff;
}
