.prosper-hero-hotspots {
    position: relative;
    /* Full-bleed: break out of the theme's centered content wrapper to span the
       viewport, same effect the old hero slider had — no page-template change needed.
       width:auto lets the box grow when the negative margins widen its available space. */
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 80vh;
    line-height: 0;
}

.prosper-hero-hotspots .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Desktop shows the desktop background only; tablet/mobile variants are toggled
   in the responsive blocks below. */
.prosper-hero-hotspots .bg-t,
.prosper-hero-hotspots .bg-m {
    display: none;
}

.prosper-hero-hotspots .hi {
    position: absolute;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.prosper-hero-hotspots .hi img {
    width: 100%;
    height: auto;
    display: block;
    transform-origin: center bottom;
    transition: transform 0.25s ease;
    will-change: transform;
}

.prosper-hero-hotspots .hl {
    display: block;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
