.s-block--fixed-banner{
  margin-top: 0px;
}

.s-block--fixed-banner .container{
  padding-left: 0px;
  padding-right: 0px;
}

.banner--fixed img{
  border-radius: 0px;
}

.s-block--banners > div{
  display: flex;
  justify-content: center;
}

.banner-entry.square-photos, .two-row .banner-entry:first-child{
  width: 20%;
  height: 200px;
  padding: 0px;
  background-color: transparent;
}

.footer-is-light .store-footer, .footer-is-light .store-footer .store-footer__inner{
  background-color: #AD9277;
  color: white;
}

@media screen and (max-width: 480px) {
  .s-block--banners > div{
    flex-wrap: wrap;
  }
  .banner-entry.square-photos, .two-row .banner-entry:first-child{
    width: 48%;
  }
}