﻿.FooterBanners {
  background-color: #f5f5f5;
  padding: 50px 0;
  text-align: center;
}

.FooterBanners .components {
  margin-top: 0;
  margin-bottom: 0;
}

.FooterBanners .components .component {
  padding-bottom: 0;
}

.FooterBanners .components .component .row {
  padding: 0 4em;
}

.FooterBanners .components .component a {
  display: inline-block;
  max-height: 250px;
  max-width: 300px;
}

@media screen and (max-width: 990px) {
  .FooterBanners .components .component a {
    margin: 15px 0;
  }
}

.FooterBanners .components .component a img {
  width: 100%;
  height: unset !important;
}

.FooterBanners a {
  display: inline-block;
  max-height: 250px;
  max-width: 300px;
}

@media screen and (max-width: 990px) {
  .FooterBanners a {
    margin: 15px 0;
  }
}

.FooterBanners a img {
  width: 100%;
  height: unset !important;
}

/*# sourceMappingURL=AutomaticBannerAdsPartial.css.map */