/* Homepage hero: fixed height, layered lzpic backgrounds, hidden SEO imgs */
.banner .swiper-container {
  height: 100vh;
  max-height: 100vh;
}
.banner .swiper-wrapper,
.banner .swiper-slide {
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .lzpic1,
.banner .lzpic2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner .lzpic1 img,
.banner .lzpic2 img {
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  object-fit: none !important;
  pointer-events: none;
}
