body { background: #121a2a !important; }
iframe { width: 100% !important; min-width: 100% !important; }
/* On force le container qui contient l'iframe à prendre toute la largeur */
.grid-stack-item-content > div {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

/* On s'assure que l'iframe elle-même ne bloque pas */
iframe {
    width: 100vw !important;
    max-width: 100% !important;
}
