.async-image + .card__overlay {
  display: none;
}
.img-placeholder-container {
  display: block;
  position: relative;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
.img-placeholder-container .timeline-wrapper {
  background-color: #e9eaed;
  color: #141823;
  padding: 10px;
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .img-placeholder-container .timeline-wrapper {
    padding: 12px;
  }
}
.img-placeholder-container .timeline-item {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  position: relative;
  display: block;
}
.img-placeholder-container .animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eee;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #eee),
    color-stop(18%, #ddd),
    color-stop(33%, #eee)
  );
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  height: calc(100% - 24px);
  position: absolute;
  width: calc(100% - 24px);
}
.img-placeholder-container .background-masker {
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-placeholder-container .outlined .background-masker {
  border: 1px solid #ddd;
}
.img-placeholder-container .outlined:hover .background-masker {
  border: none;
}
.img-placeholder-container .outlined:hover .background-masker:hover {
  border: 1px solid #ccc;
  z-index: 1;
}
.img-placeholder-container .background-masker.merchant-name {
  bottom: 30%;
  left: 10px;
  height: 9px;
  width: 45%;
}
@media (min-width: 992px) {
  .img-placeholder-container .background-masker.merchant-name {
    height: 12px;
  }
}
.img-placeholder-container .background-masker.div-line {
  bottom: 25%;
  left: 10px;
  right: 10px;
  height: 1px;
}
@media (min-width: 992px) {
  .img-placeholder-container .background-masker.div-line {
    height: 2px;
  }
}
.img-placeholder-container .background-masker.offer-name {
  bottom: 15%;
  left: 10px;
  height: 6px;
  width: 75%;
}
@media (min-width: 992px) {
  .img-placeholder-container .background-masker.offer-name {
    height: 9px;
  }
}
.img-placeholder-container .background-masker.offer-type {
  bottom: 5%;
  left: 10px;
  height: 4px;
  width: 30%;
}
@media (min-width: 992px) {
  .img-placeholder-container .background-masker.offer-type {
    height: 7px;
  }
}
.img-placeholder-container .background-masker.hot-destn {
  bottom: 9%;
  left: 10px;
  height: 12px;
  width: 30%;
}
@media (min-width: 992px) {
  .img-placeholder-container .background-masker.hot-destn {
    height: 15px;
  }
}
.img-placeholder-container .background-masker.header-bottom,
.img-placeholder-container .background-masker.header-top,
.img-placeholder-container .background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.img-placeholder-container .background-masker.header-left,
.img-placeholder-container .background-masker.header-right,
.img-placeholder-container .background-masker.subheader-left,
.img-placeholder-container .background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.img-placeholder-container .background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.img-placeholder-container .background-masker.subheader-left,
.img-placeholder-container .background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.img-placeholder-container .background-masker.header-right,
.img-placeholder-container .background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
.img-placeholder-container .background-masker.subheader-right {
  left: 230px;
}
.img-placeholder-container .background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.img-placeholder-container .background-masker.content-first-end,
.img-placeholder-container .background-masker.content-second-end,
.img-placeholder-container .background-masker.content-second-line,
.img-placeholder-container .background-masker.content-third-end,
.img-placeholder-container .background-masker.content-third-line,
.img-placeholder-container .background-masker.content-top {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.img-placeholder-container .background-masker.content-top {
  height: 20px;
}
.img-placeholder-container .background-masker.content-first-end,
.img-placeholder-container .background-masker.content-second-end,
.img-placeholder-container .background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}
.img-placeholder-container .background-masker.content-second-line {
  top: 68px;
}
.img-placeholder-container .background-masker.content-second-end {
  left: 420px;
  top: 74px;
}
.img-placeholder-container .background-masker.content-third-line {
  top: 82px;
}
.img-placeholder-container .background-masker.content-third-end {
  left: 300px;
  top: 88px;
}