/* Force gallery captions (title and description) to be visible on mobile */ @media only screen and (max-width: 640px) { .sqs-gallery-design-grid .slide .meta, .sqs-gallery-design-slider .slide .meta, .sqs-gallery-block-grid .meta, .sqs-gallery-block-slideshow .meta { opacity: 1 !important; visibility: visible !important; display: block !important; } /* Optional: Ensure text color is readable */ .sqs-gallery-block .meta .title, .sqs-gallery-block .meta .description { color: #ffffff !important; /* Change to match your site design */ } }