/**
* Block Name: hero_home
*/

section.hero_home {
  overflow: hidden;
  height: 100vh;
  max-height: 1200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.hero_home::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

section.hero_home .container {
  position: relative;
  z-index: 2;
}
/* section.hero_home h1 {
  font-weight: 400;
} */

section.hero_home p.lead {
  color: #000;
}

section.hero_home .swiper-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

section.hero_home .swiper-container .bg_static_cover {
  height: 100%;
}

@media (max-width: 991.98px) {
  section.hero_home {
    min-height: 800px;
    height: 80vh;
    max-height: 1200px;
  }
}
