/*transform origin*/
.gallery .mt_banner_bottom_svg {
  display: none;
}
@media (min-width: 992px) {
  .gallery .mt_banner_outer_wrap {
    background-position: bottom center !important;
  }
}
.gallery .mt_banner.mt_inner_banner .mt_banner_content {
  padding-bottom: 218px !important;
  padding-top: 245px !important;
}
.gallery .mt_banner.mt_inner_banner .mt_banner_content::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 126px;
  background: url("../../images/wavy_copper_light.svg");
  z-index: 2;
  background-size: cover;
}
@media (max-width: 991.8px) {
  .gallery .mt_banner.mt_inner_banner .mt_banner_content::after {
    height: 60px;
    bottom: 8px;
  }
}
@media (max-width: 575.8px) {
  .gallery .mt_banner.mt_inner_banner .mt_banner_content::after {
    height: 33px;
  }
}
@media (max-width: 991.8px) {
  .gallery {
    background-color: #F7F0E8;
  }
}
.gallery .mt_cat, .gallery .thumbnail_wrapper {
  background-color: #F7F0E8;
}
@media (min-width: 992px) {
  .gallery .mt_cat {
    position: relative;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .gallery .thumbnail_wrapper {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .gallery .mt_banner_content .mt_main_heading {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
}
.gallery #category_selector {
  background: transparent;
  column-gap: 15px;
}
.gallery #category_selector .selectivo__option {
  color: #292828;
}
@media (min-width: 992px) {
  .gallery #category_selector .selectivo__option {
    min-width: 124px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }
}
.gallery #category_selector .selectivo__option.selectivo__option--selected {
  background-color: #9A5D31;
  border-color: #9A5D31;
  color: #ffffff;
  font-weight: 600;
}
.gallery #category_selector .selectivo__option:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #292828;
}
.gallery .mt_cat.mt_mob_dropdown_wrap .dropdown .selectivo__label {
  border-color: #ffffff;
}
@media (max-width: 991.8px) {
  .gallery .mt_cat.mt_mob_dropdown_wrap #category_selector {
    background-color: #ffffff;
  }
}
.gallery #load_more {
  margin-bottom: 65px;
}
@media (max-width: 767.8px) {
  .gallery #load_more {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.8px) {
  .gallery .mt_gallery_caption {
    height: 180px;
  }
  .gallery .mt_gallery_caption b {
    padding-top: 0px !important;
  }
  .gallery .mt_gallery_caption p {
    padding-top: 0px !important;
  }
}
@media (max-width: 767.8px) {
  .gallery .mt_gallery_caption {
    height: 210px;
  }
  .gallery .mt_gallery_caption b {
    padding-top: 0px !important;
  }
  .gallery .mt_gallery_caption p {
    padding-top: 0px !important;
  }
}

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