.work
{
    padding-top: 50px;
    padding-bottom: 40px;
}
.work .card
{
    margin-top: 25px;
    margin-bottom: 25px;
}
.work .card .content
{
      position: absolute;
      top: 0;
      left: 0px;
      bottom: 0;
      right: 0px;
      background: rgba(9, 9, 9, .6);
      color: #FFF;
    text-align: center;
      padding: 10px 20px;
      opacity: 0;
      transition: all 1s ease;
}
.work .card .content h3
{
    margin-top: 70px;
     margin-bottom: 20px;
}


 .work .card .content:hover 
{
	opacity: 1;
}


.work .card .content p
{
    margin-top: 40px;
    margin-bottom: 20px;
}


.work .card:hover .content

{
    opacity: 1;
    cursor: pointer;
}
.work .card img:hover
{
    transform: scale(0.2,0.2);
}

 .work .card img{
	 
  
     position: relative;
     width: 100%;
  
}

.work .card:hover img{
	
  -webkit-transform: scale(1, 1); 
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
  opacity: 1;
}