.img_block .content_block {
width:250px;
height: 250px;
background:#f6f6f6;
text-align:center;
min-height:250px;
font-family: 'Roboto', sans-serif;
font-weight:400;
border-width: 4px;
border-style: solid;
border-color: #DDDDDD;
box-shadow: 10px 10px 6px -6px #777777;
}
.img_block a.content_block {
display:block;
position: relative;
overflow:hidden;
-moz-transition: all .4s;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
cursor:pointer;
}
.img_block a.content_block .over_block {
background-color:rgba(0, 160, 150, 0);
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index: 9900;
-moz-transition:all 1s;
-webkit-transition:all 1s;
-o-transition:all 1s;
transition:all 1s;
}
.img_block a.content_block:hover .over_block {