.sticky-copy {
  figure {
    display: none;
  }
}
@media (max-width: 899px) {
  .sticky-media {
    display: none;
  }
  .sticky-copy {
    padding-block: 32px;
    figure {
      display: block;
      /* img {
        max-width: 100%;
        height: auto;
      } */
    }
  }
}