.card-container {
	width: 470px;
	height: 339px;
	position: relative;
	margin-bottom: 25px;
}

#card {
	width: 470px;
	height: 100%;
	position: absolute;
}


.inner-front, .inner-back {
    padding: 3em;
}


.inner-front h2 {
    font-size: 6em;
     font-family: 'open_sansbold';
}
p#demo {
 font-family: 'open_sanslight';
 font-size: 2em;
 padding-top: 1em;
}

/*BTS para virar*/

a.vira-front, a.vira-back {
	position: absolute;
	top: 0px;
	color: white;
	background-color: black;
	padding: 10px;
	text-align: center;
	width: 50px;
	z-index: 100;
} 

a.vira-front{
	right: 0px;
}

a.vira-back {
	left: 0px;
	display: none;
}
