/* Only the Susi tile inside the existing website cosmos, never BeerHub. */
.a207-susi-cosmos__core > img,
.a207-demo-cosmos__core > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  border-radius: inherit;
}
/* Keep the existing turquoise light strip above the image, without clipping its glow. */
.a207-susi-cosmos__core::after,
.a207-demo-cosmos__core::after { z-index: 1; }
