.ux-iws-interactive-tiles {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  align-self: stretch;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tiles {
    flex-direction: row;
  }
}
.ux-iws-interactive-tiles__background-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ux-iws-interactive-tiles__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ux-iws-interactive-tiles__background--l {
  background-size: cover;
  background-position: center;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tiles--content-centered {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tiles--content-centered .ux-iws-interactive-tile__number-container {
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-interactive-tiles--content-centered .ux-iws-interactive-tile__icon-container {
    margin: 0 auto 25px;
  }
}