.image-component {
  margin: 0;
  width: 100%;
  position: relative;
}

.common-image-component {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point-x) var(--focal-point-y);
     object-position: var(--focal-point-x) var(--focal-point-y);
}

.mainbanner-image {
  height: 43.75vw;
}
@media (max-width: 575.98px) {
  .mainbanner-image {
    height: 75vw;
  }
}

.common-image-filter {
  -webkit-filter: brightness(40%);
          filter: brightness(40%);
}

.image-heading-container {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media (min-width: 576px) {
  .image-heading-container {
    padding-left: 7%;
  }
}

.image-heading-text {
  font-family: "Mulish";
  color: #fff;
}

/* stylelint-disable-next-line selector-class-pattern */
.ITC-image-heading-text {
  color: #fff;
}

.image-heading-container .mainbanner-sub-text p {
  font-size: 1.67rem;
  font-family: "Mulish";
  color: #fff;
  text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */
.ITC-text-underneath span {
  color: #000;
  padding-top: 0.75em;
  text-align: center;
}

.product-grid .region .experience-commerce_assets-productListTile {
  height: 90%;
}

.marketing-tile {
  overflow: hidden;
  border-radius: 0;
  height: 100%;
  background: transparent;
}
.marketing-tile a {
  text-decoration: none;
}
.marketing-tile a:hover, .marketing-tile a:focus-visible {
  opacity: 0.8;
}
.marketing-tile__image__shape {
  overflow: hidden;
  margin: calc(0.625rem * 1.5) auto;
  border-radius: 0;
  width: 70%;
}
@media (min-width: 992px) {
  .marketing-tile__image__shape {
    margin: calc(0.625rem * 3) auto;
    width: 80%;
  }
}
.marketing-tile__image__shape picture {
  width: 100%;
  padding-bottom: 100%;
}
.marketing-tile__content {
  margin: 0 auto 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  width: 80%;
}
.marketing-tile__content .h3 {
  text-transform: uppercase;
}
.marketing-tile__content p {
  font-size: 0.75rem;
}
.marketing-tile__content .color-primary {
  color: #000;
}
.marketing-tile__content .color-secondary {
  color: #fff;
}
@media (min-width: 992px) {
  .marketing-tile__shapeimage .h3 {
    font-size: 1.875rem;
  }
}
.marketing-tile__bkgimage {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.marketing-tile__bkgimage .ITC-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marketing-tile__bkgimage.text-bottom .ITC-col {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.marketing-tile__bkgimage > * {
  height: 100%;
}
.marketing-tile__bkgimage > * a {
  display: block;
  height: 100%;
}
.marketing-tile__bkgimage .h3 {
  margin-top: 2.1875rem;
}
@media (min-width: 992px) {
  .marketing-tile__bkgimage .h3 {
    font-size: 1.5rem;
  }
}

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