.widget-custom-recent-posts>.fusion-fullwidth{
  background: #f1f1f1 url('../images/latest_news_bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.widget-custom-recent-posts .fusion-title-wrapper .entry-title{
}
.widget-custom-recent-posts .post-container{

}

@media screen and (max-width: 959px) {
  .widget-custom-recent-posts .section{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 720px) {
  .widget-custom-recent-posts .section{
    padding-left: 57px;
    padding-right: 57px;
  }
}
