.promo-feed {
    margin-bottom:15px;
}
.promo-feed h4 {
    font-size:2.2em;
    padding-bottom: 5px;
    border-bottom: 5px solid;
    margin:0;
}
.promo-feed ul {
    padding:5px;
    background-color:#999;
    overflow:hidden;
}
.promo-feed li {
    position:relative;
}
.promo-feed img {
    width:290px;
}
.promo-feed h5 {
    font-size:2em;
    margin-bottom:2px
}
.promo-feed .over {
   position:absolute;
   bottom:28px;
   left:0;
   background:#222;
   z-index:9993;
   color:#fff;
   padding:5px;
   width:280px;
   opacity: .9;   
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
   filter:alpha(opacity=90);
   -moz-opacity:.9;
   -khtml-opacity: .9;
}
.promo-feed p {
    line-height:1.1;
}
.promo-feed .action{
   display:block;
   overflow:hidden;
   background:#111;
   padding:4px;
}
.promo-feed .action a {
   color:#fff;
   background-color:#fe1101;
   font-size:1.3em;
   padding:4px;
   float:right;
   text-transform:uppercase;    
}
