.home-featured-pick-grid {
  align-items: stretch;
}

.home-featured-pick-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-featured-pick-media {
  aspect-ratio: 4 / 3;
  background: transparent;
}

.home-featured-pick-media-link {
  width: 100%;
  height: 100%;
}

.home-featured-pick-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.home-featured-pick-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-top: 2rem;
}

.home-featured-pick-description {
  margin-bottom: 1.5rem;
}

.home-featured-pick-footer {
  margin-top: auto;
  width: 100%;
}

.home-featured-pick-footer--single {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .home-featured-pick-media {
    aspect-ratio: 1 / 1;
  }
}
