/* REAL CONTENTS: align the bottom edge of the three PC cards. */
@media screen and (min-width: 981px) {
  .parts-grid {
    align-items: stretch !important;
  }

  .parts-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  .iframe-wrap {
    flex: 1 1 auto !important;
    align-items: stretch !important;
  }

  .iframe-wrap iframe {
    min-height: 100% !important;
  }
}
