/* Keep every certificate visible inside its original gallery card. */
.w-multi-imgs .gallery-img-in img {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  object-fit: contain;
}
