@media screen and (max-width:767px) {
.product-description.hidden-md-down {
display: block !important;
}
.product-description.hidden-md-up {
display: none !important;
}}
my friend wrote this, you can send her some coffee if it is useful
@media screen and (max-width:767px) {
.product-description.hidden-md-down {
display: block !important;
}
.product-description.hidden-md-up {
display: none !important;
}}