/* You CSS goes in here */
@media only screen and (max-width: 768px) {
   html, body, .row {
      margin-left:0 !important;
      margin-right:0 !important;
      padding-left:0 !important;
      padding-right:0 !important;
   }
}

@media only screen and (max-width: 1547px) {
   html, body, .row {
      margin-left:0 !important;
      margin-right:0 !important;
      padding-left:0 !important;
      padding-right:0 !important;
   }
}
