
.work {
 position:relative;
}
.work .textbox {
width: 285px;
height: 244px;
position:absolute;
top:0;
left:0;
-webkit-transform: scale(0);
transform: scale(0);
border-radius:0px;
background-color:rgba(15, 16, 15, 0.16);;
-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
}
.work:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.textbox img {
  padding-top: 7em;
  color: #fff;
  margin: 0 auto;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.latest-grids {
  margin-top: 3em;
}
.latest-grid {
  padding: 0;
}
.news-section{
padding:4em 0;
}

