/* AS.SITE.1 — responsive visual-slot bridge */

.visual-slot--live {
  padding: 0 !important;
  overflow: hidden;
}

.visual-slot--live picture {
  display: block;
  width: 100%;
  height: 100%;
}

.visual-slot--live .visual-slot__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Preserve the prototype's container geometry while the image fills it. */
.hero > .visual-slot--live,
.split > .visual-slot--live,
.card > .visual-slot--live,
.grid-3 > .visual-slot--live,
.mosaic > .visual-slot--live {
  min-width: 0;
}
