
.text-desc{position: absolute; left: 0; top: 0; background-color: #7c7c7c; height: 100%; opacity: 0; width: 100%; }
/*= Reset CSS End
================= *

/* effect-1 css */
.port-1{float: left; width: 100%; position: relative; overflow: hidden; text-align: center;}
.port-1 .text-desc{
	opacity: 0.9; color: #000; 
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.port-1 img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.port-1:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.port-1.effect-3 .text-desc{top: 50%; left: 50%; width: 0; height: 0; overflow: hidden; padding: 0;}
.port-1.effect-3 .text-desc table{ width:100%; height:100%; text-align:center; font-size:14px; color:#FFF; line-height:25px;}
.port-1.effect-3:hover .text-desc{width:88%; top: 30px; left: 25px; height:77%;  padding:5px;}
/* effect-1 css end */
