body.page-links .zpsection,
body.page-links [data-element-type="section"] {
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: flex !important;
  align-items: center !important;
}

body.page-links [data-element-type="section"] {
  scroll-margin-top: 80px;
} 

body.page-links {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}
