/* ===== ИМИТАЦИЯ АВТОМАСШТАБИРОВАНИЯ ДЛЯ STORE ===== */

#rec1854282671 {
    position: relative;
    background-color: transparent !important;
}

/* широкая подложка */
#rec1854282671::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;

    /* ключевой момент */
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);

    background-color: #472546; /* цвет как у блока */
    z-index: 0;
}

