.md-card-expand {
  overflow: hidden;

  .md-card-actions {
    position: relative;
    z-index: 2;
  }

  .md-card-expand-content {
    position: relative;
    z-index: 1;
  }
}
