// Grid Gallery Label Titles //
.sqs-gallery-block-grid .image-slide-title {
background: #000000;
color: #ffffff;
font-weight: bold;
font-size: 13px !important;
padding: 10px 20px;
position: absolute;
bottom: 0;
display: inline-block;
width: auto;
left: 50%;
transform: translateX(-50%);
max-width: 100%;
box-sizing: border-box;
}