.ma-category-card {
  isolation: isolate;
  justify-content: center;
  min-height: 190px;
  overflow: hidden;
  position: relative;
}

.ma-category-card__thumb {
  height: 112px;
  object-fit: contain;
  object-position: right top;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  z-index: 0;
}

.ma-category-card span,
.ma-category-card p {
  max-width: 58%;
  position: relative;
  z-index: 1;
}

@media (max-width: 620px) {
  .ma-category-card {
    min-height: 180px;
  }

  .ma-category-card__thumb {
    height: 126px;
    right: 16px;
    top: 50%;
    width: 46%;
  }
}

.ma-feature-grid article {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: center;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.ma-feature-card__thumb {
  height: 70%;
  object-fit: contain;
  object-position: right center;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
  z-index: 0;
}

/* Each product silhouette needs slightly different optical sizing. */
.ma-feature-grid > a:nth-child(1) .ma-feature-card__thumb {
  height: 62%;
  right: 14px;
  width: 36%;
}

.ma-feature-grid > a:nth-child(2) .ma-feature-card__thumb {
  height: 72%;
  right: 12px;
  width: 40%;
}

.ma-feature-grid > a:nth-child(3) .ma-feature-card__thumb {
  height: 78%;
  right: 8px;
  width: 44%;
}

.ma-feature-grid article > span,
.ma-feature-grid article > h3,
.ma-feature-grid article > p {
  max-width: 56%;
  position: relative;
  z-index: 1;
}

@media (max-width: 620px) {
  .ma-feature-grid article {
    min-height: 220px;
  }

  .ma-feature-card__thumb {
    height: 72%;
    right: 18px;
    width: 42%;
  }

  .ma-feature-grid > a:nth-child(1) .ma-feature-card__thumb {
    height: 60%;
    right: 12px;
    width: 34%;
  }

  .ma-feature-grid > a:nth-child(2) .ma-feature-card__thumb {
    height: 70%;
    right: 10px;
    width: 39%;
  }

  .ma-feature-grid > a:nth-child(3) .ma-feature-card__thumb {
    height: 78%;
    right: 8px;
    width: 44%;
  }
}
