/* evitar concorrentes copiando solução (já aconteceu antes) */
#rodape > div:last-child .conteiner{
  overflow: hidden;
  position: relative;
}

#rodape > div:last-child .conteiner:after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 350px;
  background-color: #FFF;
  content: '';
  z-index: 1000;
}