img {
  width: 100%;
  height: 100%;
}
#filling{
  height:100%;
  width:100%
}
#cover{
  height:100%;
  width:100%;
}
#cover > div{
  height:98%;
  width:98%;
  position:absolute;
}
#one{
  z-index:2;
}
#two{
  z-index:1;
}