.businesscard {
   margin:20px;
   width:400px;
   height:200px;
   background: white;
   box-shadow:0px 0px 8px rgba(0,0,0,0.25);
   position: relative;
   border:#6e6c6c 1px solid;
 }
 .businesscard .content{
   margin:7px;
   padding:7px;
 }
.ribbon-container {
   width:120px;
   height:120px;
   overflow: hidden;
   position: absolute;
   top: -3px;
   right: -3px;
 }
.ribbon {
   font:15px;
   color:rgb(230,230,230);
   text-align: center;
   text-shadow: rgba(0,0,0,0.8) 0px 1px 0px;
   transform: rotate(45deg);
   position: relative;
   padding: 5px;
   left: -10px;
   top: 25px;
   width: 160px;
   background-image: -webkit-gradient(linear, left top, left bottom,  from(rgb(200,50,50)), to(rgb(255,100,100)));
   box-shadow:0px 0px 3px rgba(0,0,0,0.3);
 }