.image-and-overlay {
  position: relative;
}
.image-and-overlay .banner-overlay__buttons:not(:empty) {
  margin: 20px 32px 40px;
}
@media (min-width: 769px) {
  .image-and-overlay .banner-overlay__buttons:not(:empty) {
    margin: 20px 32px 70px;
  }
}
.image-and-overlay .experience-commerce_assets-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-and-overlay .experience-commerce_assets-button a {
  height: 100%;
}
.image-and-overlay .banner-overlay__links {
  margin-top: 0;
}

.image-and-overlay__image-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 125%;
  display: block;
}
.square-true .image-and-overlay__image-wrapper {
  padding-bottom: 100%;
}
.image-and-overlay__image-wrapper .image-and-overlay__image {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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