.hc-spaceHome-hero-font-color {
  color: white;
}

/* Remove grey border from all embedded images */
/* Target the slotted image from outside the shadow DOM */
vp-lightbox-toggle::slotted(img),
vp-lightbox-toggle img {
  border: none !important;
  box-shadow: none !important;
}