
/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-title p{font-family:Unna,serif}#projectThumbs .project .project-title{font-size:16px;font-family:Unna,serif}.sqs-block-image .image-caption p{font-size:16px}

/* Squarespace's lazy-load gallery JS no longer runs, so it never applies its
   cover-crop positioning to these thumbnails (or only partially applies it,
   inline, to whichever ones happened to be in the viewport on load). Force
   object-fit: cover with !important so it wins over any such inline styles,
   using plain CSS instead of relying on that JS at all. object-position
   comes from each img's own inline style (derived from its original
   data-image-focal-point) so cropping still matches the original framing. */
#projectThumbs .project .project-image .content-fill img,
#projectThumbs>.wrapper .project .project-image .content-fill img{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}