.justified-gallery {
position: relative;
width: 100%;
overflow: hidden;
}
.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
position: absolute;
display: inline-block;
padding: 0;
margin: 0;
overflow: hidden;
}
.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img,
.justified-gallery>figure>a>img,
.justified-gallery>a>svg,
.justified-gallery>div>svg,
.justified-gallery>figure>svg,
.justified-gallery>a>a>svg,
.justified-gallery>div>a>svg,
.justified-gallery>figure>a>svg {
position: absolute;
top: 50%;
left: 50%;
padding: 0;
margin: 0;
filter: "alpha(opacity=0)";
border: none;
opacity: 0;
}
.justified-gallery>a>.jg-caption,
.justified-gallery>div>.jg-caption,
.justified-gallery>figure>.jg-caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 5px;
margin: 0;
font-family: sans-serif;
font-size: 12px;
font-weight: 300;
color: white;
background-color: #000000;
opacity: 0;
}
.justified-gallery>.jg-filtered {
display: none;
}
.justified-gallery>.jg-spinner {
position: absolute;
bottom: 0;
left: 50%;
padding: 10px 0 10px 0;
margin-left: -24px;
overflow: initial;
filter: "alpha(opacity=100)";
opacity: 1;
}
.justified-gallery>.jg-spinner>span {
display: inline-block;
width: 8px;
height: 8px;
margin: 0 4px 0 4px;
background-color: #000;
filter: "alpha(opacity=0)";
border-radius: 6px;
opacity: 0;
}