#myDIV {
    width: 90%;
    padding: 50px;
    text-align: justify;
    background-color: lightblue;
    margin-top: 20px;
	
	}

	
.zoomin img {
  height: 336px;
  width: 300px;
  -webkit-transition: all 2s ease;
     -moz-transition: all 2s ease;
      -ms-transition: all 2s ease;
          transition: all 2s ease;
}
.zoomin img:hover {
  /*width: 600px;
  height: 673px;*/
  width: 1001px;
  height: 1041px;
}

.zoomin table {
  height: 336px;
  width: 300px;
  -webkit-transition: all 2s ease;
     -moz-transition: all 2s ease;
      -ms-transition: all 2s ease;
          transition: all 2s ease;
}
.zoomin table:hover {
  width: 600px;
  height: 673px;
}