/* Homepage hero: fixed height, layered lzpic backgrounds, particles overlay */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner .swiper-container {
  position: relative;
  height: calc(100vh - 64px);
  min-height: 520px;
  max-height: 900px;
}

.banner .swiper-wrapper,
.banner .swiper-slide {
  height: 100%;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner #particles-js {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  z-index: 2;
  pointer-events: none;
}

.banner .swiper-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}

.banner .lzpic1,
.banner .lzpic2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner .lzpic1 img,
.banner .lzpic2 img {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

.banner .text {
  z-index: 3;
}
