I am having issues with descriptions being visible in mobile. This code worked to make them visible but its cutting off the descriptions 😕 here is the site for reference https://www.shaktiyogaathens.com/beginner
/* Mobile gallery title */
@media screen and (max-width:640px) {
.sqs-gallery-block-slideshow .meta {
display: block !important;
opacity: 1 !important;
bottom: -50px !important;
}
}