.AsFeatured {
  overflow: hidden;
  text-align: center;
}

.AsFeatured h2 {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
}

.AsFeatured h2:before,
.AsFeatured h2:after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 270%;
}

.AsFeatured h2:before {
  right: 100%;
}

.AsFeatured h2:after {
  left: 100%;
}

.FeaturedContainer
{  
  white-space: nowrap;
  display: table;
  width: auto;
  margin: 0 auto;
  
}
.FC
{  
  width: auto;
  margin: 0 auto;
}
.Featured{
  vertical-align: middle;
  padding: 1px;
  display: table-cell;
  text-align: center;
}
.Featured img{
width: 100%;
max-width: 200px;
margin-bottom: 5px;
}

.FooterContainer
{
position:relative;
float:right;
right:0px;
padding:10px;
text-decoration:none;
}

.FooterContainer a{
color:#fff;}