/*
  Portfolio index component styles.
  Keep /cases/ and /plans/ changes here before touching global styles.css.
*/

.portfolio-page {
  background: #f2f3f4;
}

.portfolio-more-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.portfolio-extra-grid[hidden] {
  display: none !important;
}

.portfolio-card picture {
  display: block;
  width: 100%;
}

.portfolio-card img {
  background: #f2f3f4;
}
