/*
  The original template used GSAP (assets/js/main.js) to toggle these
  classes from `visibility: hidden` to `visibility: visible` once an
  element scrolled into view. Since GSAP was intentionally dropped in
  favor of plain React (see documentation), these are forced visible
  here so images/content inside them aren't permanently hidden.
*/
.reveal-left,
.reveal-bottom {
  visibility: visible !important;
}
