.imgdev {
    width: 100%;
    height: auto;
    margin: 0 auto;
	position: relative;
    overflow: hidden;
}



.imgdev  .push{
    width: 100%;
    height: 100%;
    background-color: #504f4f80;
    
    font-family: sans-serif;
     
    text-align: center;
    padding-top: calc(35% - 9%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
     
     transition: opacity 0.5s ease-in-out;
     text-decoration: none;	
}
.imgdev:hover .push{
  opacity: 0.8; 
  text-decoration: none;	

}

.imgdevtype{
	width: 60%;
	line-height: 30px;
	font-size: 18px;
	background-color: #FFF8F8;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	color:#524F4F;
    text-decoration: none;	
    
/********************************************/
	border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
/********************************************/
	text-decoration: none;
}

.imgdevtype:hover{
text-decoration: none;	
	
}

.imgdevtype a{
    text-decoration: none;
    color:#524F4F;	

}