.RecentProject h1 {
    top: -80px;
    background-color: rgba(238, 126, 25, 0.7);
    color: #fff;
    padding: 0;
    font-size: 25px;
    padding: 13px 0px;
    z-index: 1;
    position: relative;
    width: 400px;
    margin: 0 auto !important;
    transition:all 1s ease;
  opacity:0;
}
.RecentProject:hover h1 {
    top: -190px;
    transition:all 1s ease;
     opacity:1;
}
.RecentProject img{
    height:100%;
    width:100%;
}
.RecentProject {
    width:100%;
    height: 350px;
}
