/* Continue the single hero composition to the viewport edges on desktop. */
@media (min-width: 768px) {
  .hero__visual { max-width: none; }
  .facet--lente img {
    --lens-width: min(40vw, calc(var(--hero-art-height) * .86));
    left: auto;
    right: calc(var(--lens-width) * -.15);
    top: calc(var(--header-art-height) - var(--lens-width) * .30);
    width: var(--lens-width);
    height: auto;
    transform: rotate(-24deg);
  }
}
