.frontside{
	background: #FFF;
	border-radius: 10px;
	transition: -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.frontside {
	overflow: hidden;
	width:180px;
	height:180px;
	position: absolute;
	z-index: 1;
	padding: 10px 15px;
}

.frontside h4 {    
    font-size: 0.9rem;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    padding: 0em 1rem 0em 1rem;
	margin-bottom:0px;
    text-shadow: none;
    width: 100%;
}
.frontside p {
	font-size:0.7rem;
    margin-bottom: 0.5rem;
    padding: 0 15px;
}
