.view-fifth img {

   -webkit-transition: all 0.3s ease-in-out;

   -moz-transition: all 0.3s ease-in-out;

   -o-transition: all 0.3s ease-in-out;

   -ms-transition: all 0.3s ease-in-out;

   transition: all 0.3s ease-in-out;

}

.view-fifth .mask {

   background: rgba(255,0,60,1);  

   background: -moz-linear-gradient(top, rgba(255,0,60,1) 0%, rgba(255,0,0,1) 100%);

   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,60,1)), color-stop(100%, rgba(255,0,0,1)));

   background: -webkit-linear-gradient(top, rgba(255,0,60,1) 0%, rgba(255,0,0,1) 100%);

   background: -o-linear-gradient(top, rgba(255,0,60,1) 0%, rgba(255,0,0,1) 100%);

   background: -ms-linear-gradient(top, rgba(255,0,60,1) 0%, rgba(255,0,0,1) 100%);

   background: linear-gradient(to bottom, rgba(255,0,60,1) 0%, rgba(255,0,0,1) 100%);

   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003c', endColorstr='#ff0000', GradientType=0 );

   -webkit-transform: translateX(-430px);

   -moz-transform: translateX(-430px);

   -o-transform: translateX(-430px);

   -ms-transform: translateX(-430px);

   transform: translateX(-430px);

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

   filter: alpha(opacity=100);

   opacity: 1;

   -webkit-transition: all 0.3s ease-in-out;

   -moz-transition: all 0.3s ease-in-out;

   -o-transition: all 0.3s ease-in-out;

   -ms-transition: all 0.3s ease-in-out;

   transition: all 0.3s ease-in-out;

}

.view-fifth h2 {

   background:none;

   margin-top:43px !important;

   color: #fff;

   font-size:43px;

   -webkit-box-shadow: 0px 0px 0px rgba(159, 141, 140, 0.5);

   -moz-box-shadow: 0px 0px 0px rgba(159, 141, 140, 0.5);

   box-shadow: 0px 0px 0px rgba(159, 141, 140, 0.5);

}

.view-fifth p {

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

   filter: alpha(opacity=0);

   opacity: 0;

   color: #fff;

   font-size:23px;

   -webkit-transition: all 0.2s linear;

   -moz-transition: all 0.2s linear;

   -o-transition: all 0.2s linear;

   -ms-transition: all 0.2s linear;

   transition: all 0.2s linear;

}

.view-fifth:hover .mask {

   -webkit-transform: translateX(0px);

   -moz-transform: translateX(0px);

   -o-transform: translateX(0px);

   -ms-transform: translateX(0px);

   transform: translateX(0px);

      text-align: left;

}

.view-fifth:hover img {

   -webkit-transform: translateX(430px);

   -moz-transform: translateX(430px);

   -o-transform: translateX(430px);

   -ms-transform: translateX(430px);

   transform: translateX(430px);

}

.view-fifth:hover p {

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

   filter: alpha(opacity=100);

   opacity: 1;

}