/* Force show gallery captions on hover */ .sqs-gallery-design-grid-simple .gallery-caption { position: absolute !important; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.6); color: #fff; text-align: center; padding: 0.5em 0; font-size: 16px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; z-index: 10; } /* Center gallery captions under each image */ .sqs-gallery-block-grid .gallery-caption, .sqs-gallery-design-grid-simple .gallery-caption, .sqs-gallery-design-masonry .gallery-caption { text-align: center !important; } .sqs-gallery-design-grid-simple .gallery-item { position: relative; overflow: hidden; } .sqs-gallery-design-grid-simple .gallery-item:hover .gallery-caption { opacity: 1 !important; visibility: visible !important; }