.premium-content-prev {
  position: relative;
}

.full-suscriptor-container
{
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.full-suscriptor-container::before {
  content: "";
  position: absolute;
  top: -6.25rem;
  height: 6.25rem;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.49) 13%,#fff 82%,#fff 99%);
}