@media only screen and (max-width: 768px) {
.product__description.rte.quick-add-hidden table {
    width: 100% !important;
    table-layout: auto;
}
}