/* User Provided Stylesheet */

/* set a max height to a figure inside card for the gallery*/
div.myst-card-body > figure.card-img-limit > img {
  width: 70%;
  max-height: 200px;   /* adjust as needed */
  height: auto;
  object-fit: contain;
}
