@media only screen and (max-width: 786px) {
    /* Erzwingt, dass alle Items im Holder angezeigt werden */
    .q_elements_holder .q_elements_item {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }
}