html,body{
  margin:0;padding:0;background:#dcecff;
}
.page{
  position:relative;
  max-width:768px;
  margin:0 auto;
}
.full{
  display:block;
  width:100%;
  height:auto;
}
/* Clickable area over the yellow Download Now button */
.download-overlay{
  position:absolute;
  left:18%;
  width:64%;
  top:76.5%;
  height:6.5%;
  z-index:10;
}
@media (min-width: 769px){
  .page{
    width:min(768px,95vw);
  }
}
