.webko-template-grip .webko-gallery-image-grid {
overflow: hidden;
}
.webko-template-grip .webko-gallery-image-grid figure.webko-gallery-image {
position: relative;
cursor: pointer;
width: 100%;
padding-bottom: 100%;
}
.webko-template-grip .webko-gallery-image-grid .webko-gallery-image a {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.webko-template-grip .webko-gallery-image-grid .webko-gallery-image img {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: cover;
}
.webko-template-grip .webko-gallery-image-grid .caption-overlay {
display: flex;
align-items: center;
color: #fff;
position: absolute;
left: 50%;
top: 50%;
width: 70%;
transform: translate(-50%, -50%);
background: rgba(0,0,0,.5);
z-index: 999;
padding: 2.5% 5%;
text-align: center;
}
.webko-template-grip .webko-gallery-image-grid .caption-overlay div {
width: 100%;
text-align: center;
}
.webko-template-grip .webko-gallery-image-grid .caption-overlay h2 {
padding: 0;
margin: 0 0 10px 0;
font-size: 22px;
font-weight: 600;
}