@media screen and (min-width:320px) and (max-width:480px){
  .widget{
    background:none;
  }
  .col-xs-offset-1{
    margin-left: 0;
  }
}