.faz-image-tile {
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  margin-bottom: 20px;
}

.faz-image-tile-white-box-wrapper {
  position: absolute;
  top: 16%;
  right: 18%;
  width: 115px;
  min-height: 88px;
  background-color: #8C7421;
  z-index: 1;
  clip-path: polygon(10% 0%, 10% 71%, 9% 78%, 8% 81%, 8% 81%, 7% 83%, 6% 84%, 4% 86%, 0% 88%, 0% 90%, 0 100%, 100% 100%, 100% 0, 100% 0);
}
.faz-image-tile-white-box {
  display: block;
  font-size: 16px;
  font-family: "Suisse", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 18px;
  padding: 6px 6px 6px 20px;
}

@media (min-width: 769px) {
  .faz-image-tile {
    height: 496px;
    margin-bottom: 115px;
  }
  .experience-assets-fazimagetile {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .experience-assets-fazimagetile .faz-image-tile {
    flex: 100%;
    height: 100%;
  }
}