@media (max-width: 575px) {
  body {
    min-width: 0;
    background: white;
  }
  
  .layout {
    margin: 0;
    padding-top: 0;
  }
  
  .card {
    width: 100% !important;
    border: none !important;
    top: 60px !important;
    min-width: 0 !important;
  }
}