@media (max-width: 640px) {
  .yourelementclass {
    width: 100% !important;
    margin: 0 auto !important;
  }
}