#fade{
width: 100%;
height: 472px; /*a width should be defined for transition to work*/
padding: 0px;
overflow:hidden;
}

#fade img{
width: 100%;
height: 472px; /*a width should be defined for transition to work*/
margin:auto;
background-position:center;
}