@media print, screen and (min-width: 768px) {
 body {
 min-width: 768px; !important;
 }
}