@media (max-width: 767px) {
  
  html,
  body {
    overflow-anchor: none;
  }

  html.intro-scroll-lock,
  body.intro-scroll-lock {
    overflow: hidden !important; 
    overscroll-behavior: none;
    touch-action: none;
  }

  .welcome.vc_row {
    height: calc(100vh - 74px);
    overflow: hidden !important; /* Forces WPBakery inner columns to clip when shrinking */
    will-change: height;
  }

}