.feature-region {
    background-image: -webkit-linear-gradient(left, #343c44, #980000 50%, #343c44);
    background-image: linear-gradient(to right, #343c44, #980000 50%, #343c44);
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF1A7994', endColorstr='#FF1A7994', GradientType=1);
    min-height: 30px
}