<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-cta-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.blog-cta-poster::after {
  content: ' ';
}

.blog-cta-poster__link {
  position: sticky;
  top: 90px;
  display: block;
  width: 260px;
}

.blog-cta-poster &gt; img {
  display: block;
  max-width: 100%;
}

@media all and (max-width: 899px) {
  .blog-cta-poster {
    display: none;
  }
}
</pre></body></html>