div2 dynamic width by css style is difficult to control, unless you use js to control, it is recommended to use a fixed width to achieve horizontal centering
for example: width:80%; position: absolute; height: 100%; top:0px; left:50%; margin-left:-40%;