/*transform origin*/
.home .mt_banner {
  height: 90vh !important;
}
@media (max-width: 991.8px) {
  .home .mt_banner {
    height: 60vh !important;
  }
}
@media screen and (max-height: 450px) and (max-width: 900px) {
  .home .mt_banner {
    height: 100vh !important;
  }
}
.home .mt_banner_outer_wrap .mt_sound {
  display: none;
}

.image-block img {
  width: 100%;
  object-fit: cover;
}
.image-block {
  margin-bottom: 4.7vw;
}

.home .wp-block-image.size-large.image-block.bottom-image-block {
  margin-bottom: 3.9vw;
  margin-top: 3.9vw;
}

.mt_home_top_block {
  margin-bottom: 4.7vw;
}

.home-page .padding_image .mt_two_col .mt_col_content .mt_paragraph:empty {
  display: none;
}
@media (max-width: 991.8px) {
  .home-page .padding_image .mt_two_col .mt_col_content {
    padding-bottom: 48px;
  }
}

.home-bottom-block {
  min-height: 40vw;
  display: flex;
  max-height: 700px;
  justify-content: center;
  align-items: center;
}

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