/*
Theme Name: Lightning Child
Template: lightning
Version: 1.0
*/

#lp-swipe {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100vw;
  height: 100vh;
  scroll-behavior: smooth;
}

.swipe-section {
  flex: 0 0 100%;
  scroll-snap-align: start;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

