.hero {position:relative;
background-color:#ededed;
/***height:100px !important;
width:100% !important;
***/
font-weight: 400;
line-height: 20px;
margin: 0 0 24px;
color: #999999;
padding: 23px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;						
}
						
.hero:after {
z-index: -1;
position: absolute;
bottom:100%;
left: 50%;
margin-left: -10px;
content:'';
width: 0;
height: 0;
border-bottom: solid 10px #ededed;
border-left: solid 10px transparent;
border-right: solid 10px transparent;
}