.con {
position:relative;
} 
.con .textbox {
width:200px;
height:200px;
position:absolute;
top:0;
left:0;
-webkit-transform: scale(0);
transform: scale(0);
border-radius:5px;
background-color: rgba(166, 205, 50, 0.6);
-webkit-box-shadow: rgba(166, 205, 50, 0.6);
box-shadow: rgba(166, 205, 50, 0.6);
}
.con:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.text {
padding-top: 50px;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.team {
    background-color: #75B46E;
    background-image: url(../img/twitter-bg.jpg);
    padding-bottom: 60px;
}
.teamp {
    font-size: 15px !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
    /* padding: 0 25px; */
    padding: 30px 0px 0px 0px !important;
    text-align: -webkit-center !important;
    font-weight: bold !important;
}
.border{
	padding-bottom:20px;
}