div.row_legend{
    margin-top: 50px;
}
.col_project {
    position: relative;
    margin-bottom: 30px;
}
label.lbl_project {
    position: absolute;
    bottom: 0;
    left: 30px;
    text-shadow: 2px 3px 1px black;
    z-index: 1;
}
img.img_project:hover{
	box-shadow: 3px 3px 7px black;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
}