/*
 * Targeted fixes for the Explore/About section.
 * 1) Explicitly remove the decorative red squares from the parent theme.
 * 2) Keep the image containers stable while WOW/animate.css brings them into view.
 */

#about .about-full-img span::before,
#about .about-full-img span::after,
.about-full-img span::before,
.about-full-img span::after {
  content: none !important;
  display: none !important;
}

#about .about-full-img,
#about .about-left-image,
#about .about-right-image,
#about .explore-btn,
#about .about-description {
  will-change: opacity, transform;
}
