.auto-ads-show-after-click .content-preview {
  position: relative;
}
.auto-ads-show-after-click .call-to-action {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.8rem;
  width: 100%;
  text-align: center;
  padding: 10rem 0 1rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 50%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white 50%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 50%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 50%);
  /* background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white)); */
}
.auto-ads-show-after-click .call-to-action-button {
  margin-top: 1rem;
}
.auto-ads-show-after-click .call-to-action-button a {
  display: block;
  width: 100%;
  padding: 1rem 5px;
  font-weight: bold;
  color: #fff !important;
  background-color: #0000ff;
  border-radius: 25px;
  text-decoration: none;
}
.auto-ads-show-after-click .call-to-action-button a:hover {
  color: #fff !important;
  background-color: #0000e3;
}

#auto-ads-show-after-click-close {
  position: absolute;
  top: 12.8rem;
  right: 0px;
  background-color:#f7552f;
  color:#fff;
  padding:0 8px;
  z-index:999;
}
