/*transform origin*/
.home .mobile_view_banner {
  display: block;
  margin-top: -32px;
}
@media (min-width: 992px) {
  .home .mobile_view_banner {
    display: none;
  }
}
.home .mobile_view_banner h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.96px;
}
.home .patternRightA_Blue .mt_two_col, .home .patternLeftB_Gray .mt_two_col {
  background: none !important;
}
.home .mt_banner.mt_full_height_banner {
  padding: 0 !important;
}
.home .mt_banner .mt_banner_overlay {
  display: none !important;
}
@media (min-width: 992px) {
  .home .mt_banner video {
    z-index: 1000;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .home .mt_banner video {
    z-index: 1000;
    width: 70%;
  }
}
.home .mt_banner {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .home .mt_banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100lvh - 16px);
    background: url(../../images/watercolor.jpg) no-repeat;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
  }
  .home .mt_banner::after {
    position: absolute;
    content: "";
    width: 80vw;
    height: 65vw;
    background: url(../../images/marble-home.jpg) no-repeat;
    left: 60%;
    top: 30%;
    background-size: contain;
    z-index: 2;
  }
}
@media (max-width: 991.8px) {
  .home .mt_banner .show_desk {
    display: block !important;
  }
}
.home .mt_banner .mt_banner_content {
  position: absolute;
}
@media (min-width: 992px) {
  .home .mt_banner .mt_banner_content {
    top: 100px;
    left: 62%;
    z-index: 1000;
  }
  .home .mt_banner .mt_banner_content .mt_main_heading {
    max-width: 200px;
  }
  .home .mt_banner .mt_banner_content .mt_txt_intro {
    width: 222px;
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .home .mt_banner .mt_banner_content {
    top: 128px;
    left: 68%;
    max-width: 500px;
  }
  .home .mt_banner .mt_banner_content .mt_main_heading {
    max-width: 200px;
  }
  .home .mt_banner .mt_banner_content .mt_txt_intro {
    width: 350px;
  }
}
@media (max-width: 991.8px) {
  .home .mt_banner .mt_banner_content {
    display: none;
  }
}
.home .mt_banner .mt_sound {
  display: none !important;
}
@media (max-width: 575.8px) {
  .home .mt_two_column_layout .mt_two_col .mt_col_content {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
@media (max-width: 991.8px) {
  .home .patternRightA_Blue .mt_col_content {
    padding: 64px 4.2vw 48px !important;
  }
  .home .patternRightA_Blue .mt_two_col .mt_col_img {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575.8px) {
  .home .patternRightA_Blue .mt_col_content {
    padding: 48px 4.2vw 48px !important;
  }
}
@media (max-width: 991.8px) {
  .home .patternLeftB_Gray .mt_col_content {
    padding: 64px 4.2vw 48px !important;
  }
  .home .patternLeftB_Gray .mt_two_col .mt_col_img {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575.8px) {
  .home .patternLeftB_Gray .mt_col_content {
    padding: 48px 4.2vw 48px !important;
  }
}
@media (min-width: 992px) {
  .home .mt_control_btn {
    z-index: 10000;
    left: 45px;
  }
}

.poster_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
  display: none;
  object-fit: cover;
}
@media (max-width: 991.8px) {
  .poster_img {
    width: 100%;
  }
}

/*# sourceMappingURL=home.css.map */
