.bfi-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.bfi-vertical {
    position: relative;
}

.bfi-vertical img {
    position: relative;
    z-index: 2;
    width: auto;
    height: 100%;
    object-fit: contain;
}

.bfi-vertical:before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.2);
    z-index: 1;
    /* blur será ajustado por JS */
}
