/* Optional Brand Signal Card mobile image fitting. The base website design and slot geometry remain unchanged. */
@media (max-width: 760px) {
  body.brand-signal-card-page .bsc-hero-art--mobile-cover {
    position: relative;
  }

  body.brand-signal-card-page .bsc-hero-art--mobile-cover > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
  }
}
