/*@import "templates/section-homepage_2col_links";
@import "templates/section-homepage_carousel";
@import "templates/section-single_image_hero";
@import "templates/section-shop_by_categories";
@import "templates/section-collection_categories-list";
@import "templates/homepage-gallery-section";*/
#tile-banner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

@media screen and (max-width: 950px) {
  #tile-banner-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 15px 0;
  }
}
#mini-hero-banner-wrapper,
#tile-banner-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

#mini-hero-banner-wrapper div,
#tile-banner-wrapper div {
  min-width: unset !important;
}

#mobile-menu-banner-wrapper {
  margin: 10% auto;
}