/*** FLEX ***/
section.s-block.s-block--banners.container div.grid {
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
section.s-block.s-angel--divider.two-categories.no-margin-top.no-margin-bottom.merge-bottom.centered-title {
  margin-top: -10rem !important;
}
.three-categories+section.s-block.s-block--banners.container div.grid div.banner-entry {
  width: 23%;
  background-color: transparent !important;
  height:435px !important;
}
.two-categories+section.s-block.s-block--banners.container div.grid div.banner-entry {
  width: 48%;
  background-color: transparent !important;
  height:360px !important;
}
@media(max-width:767px) {
  .three-categories+section.s-block.s-block--banners.container div.grid div.banner-entry {
    width: 31%;
    height: 165px !important;
  }
  .two-categories+section.s-block.s-block--banners.container div.grid div.banner-entry {
    width: 48%;
    height: 100px !important;
  }
  section.s-block.s-angel--divider.two-categories.no-margin-top.no-margin-bottom.merge-bottom.centered-title {
    margin-top: -2rem !important;
  }
}
.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}