.sleeve-media { display: block; }
.sleeve-media .editorial-image { width: 100%; margin: 0; }
.sleeve-media .editorial-image img {
  width: 100%;
  height: auto;
  max-height: 48rem;
  object-fit: contain;
  background: #171917;
}
.blog-article [id] { scroll-margin-top: 7rem; }
@media (max-width: 600px) {
  .blog-hero .title { overflow-wrap: break-word; }
}
