.red_bg
{
    background:#e3001b;
}
.red_bg *
{
  color:white;
}
.red_bg.opaque_bg
{
  background:rgba(227, 0, 27, 0.9);
    width: 100%;
}
