Issue is with a div which covers 90% of screen and shows a background image. CSS is:
div.invite-bg {
background-image:url('../img/b1g.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: 92em 52em;
display: compact;
width: 100%;
height: 90%;
position: absolute;
top: 10%;
left:0;
}
It's height doesn't work in portrait screen of iPad or iPhone. how can I fix that?