@charset "UTF-8";
 .recent_worksImage .relative.overflow-hidden.w-full:hover .RcentWork_Hovertxt{transition:0.5s ease all; opacity:1;}
.recent_worksImage .RcentWork_Hovertxt {
width: 100%;
position: absolute;
background: rgba(0,0,0,0.6);
border-radius: 20px;
height: 100%;
padding: 30px;
color: #fff;
text-align: justify;
opacity:0; transition:0.5s ease all;
}
.recent_worksImage .relative.overflow-hidden.w-full picture img.rounded-20 {
width: 100%;
}