/*transform origin*/
.home {
  overflow-x: hidden;
}
.home .mt_two_column_layout .mt_two_col .mt_col_img {
  margin-right: 3.9vw;
}
@media (max-width: 991.8px) {
  .home .mt_two_column_layout .mt_two_col .mt_col_img {
    margin-right: 4.2vw;
    margin-top: 64px;
  }
}
@media (max-width: 991.8px) {
  .home .mt_two_column_layout .mt_two_col.mt_col_reverse {
    flex-direction: column;
  }
  .home .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_img {
    margin-bottom: 0;
  }
}
.home .mt_two_column_layout .mt_two_col.full_width .mt_col_img {
  margin-right: 0;
}
@media (max-width: 991.8px) {
  .home .mt_two_column_layout .mt_two_col.full_width .mt_col_img {
    margin-right: 4.2vw;
    margin-top: 64px;
  }
}
.home .mt_two_column_layout .mt_two_col.full_width.mt_col_reverse .mt_col_img {
  margin-left: 3.9vw;
  margin-right: 0;
}
@media (max-width: 991.8px) {
  .home .mt_two_column_layout .mt_two_col.full_width.mt_col_reverse .mt_col_img {
    margin-right: 4.2vw;
    margin-left: 4.2vw;
  }
}
.home .mt_one_column.with_bg_color .mt_one_column_content_wrapper {
  padding: 48px 0;
}
@media (max-width: 991.8px) {
  .home .mt_one_column.with_bg_color .mt_one_column_content_wrapper {
    padding: 48px 16px;
  }
}
.home .mt_banner {
  top: 0px;
}

#mt_home_page #available_filters {
  padding-bottom: 0;
}

.home-splash .mt_banner_outer_wrap {
  background-size: cover !important;
}

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