@media (max-width: 900px) {
    div[style*="display: flex"] {
        flex-wrap: wrap !important;
    }
    div[style*="flex-shrink: 0"] {
        flex-shrink: 1 !important;
        max-width: 100% !important;
    }
    html, body {
        overflow-x: hidden;
    }
}
