/* assembly for little dancing dragon */
.constcontainer{
  position: relative;
}
.container > img{
  position: relative;
  top: 49px;
  left: auto;
}
.container > img:first-child{
  z-index: 2;
  position: relative;
  left: 112px;
    top: -35px;
}

/* rest of stuff */