.v2-contained-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    background: #202124;
}

.v2-contained-image__backdrop,
.v2-contained-image__foreground {
    display: block;
    max-width: none;
    object-position: center;
}

.v2-contained-image__backdrop {
    position: absolute;
    z-index: 0;
    inset: -32px;
    width: calc(100% + 64px);
    height: calc(100% + 64px);
    object-fit: cover;
    filter: blur(28px) brightness(0.62) saturate(0.82);
    opacity: 0.92;
    pointer-events: none;
    user-select: none;
    transform: scale(1.08);
}

.v2-contained-image__foreground {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
