.page3 img:nth-of-type(1)
  {
    width:100%;
	height:100%;
  }
 .page3 img:nth-of-type(2)
  {
     float：left;
     width: 49%;
     margin-top: -104%;
     margin-left: 51%;
  }