/* Position the text section over the gallery section */
#gallery-caption-content {
position: absolute !important;
top: 0;
left: 0;
right: 0;
z-index: 10; /* Ensure the text appears above the slideshow */
pointer-events: none; /* Allows users to interact with elements *behind* the text if needed */
}
/* Optional: Adjust gallery section top padding if needed */
SECTION-ID-OF-GALLERY-HERE {
padding-top: 0px !important;
}
/* Ensure content within the text section can be interacted with (e.g., buttons) */
#YOUR_TEXT_SECTION_ID .content-wrapper {
pointer-events: auto;
}
@media only screen and (max-width:767px) {
.pagetitle {font-size: 15vw;}
}