.sige_caption,.sige_caption_title,.sige_js_title,.sige_noimages{
    font-weight:700
}
.sige_caption,.sige_single,.sige_small,.sige_thumb{
    text-align:center
}
.sige_preview_image_count,.sige_preview_image_overlay{
    left:50%;
    transform:translate(-50%,-50%);
    position:absolute
}
.sige {
    clear: both;
    display: inline-block; /* Ensure it's treated as an inline-block element */
    margin: 16px auto; /* Center horizontally */
    padding: 0;
    list-style-type: none;
}
.sige_masonry,.sige_masonry_column{
    line-height:0;
    margin:16px 0;
    list-style-type:none;
    clear:both
}
.sige_masonry{
    display:grid;
    grid-gap:0;
    grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
    grid-auto-rows:1fr;
    min-height:250px
}
.sige_masonry_column{
    -moz-column-count:5;
    -webkit-column-count:5;
    column-count:5;
    column-gap:0
}
.sige a:active,.sige a:focus,.sige a:hover{
    text-decoration:none;
    outline:0
}
ul.sige_single{
    overflow:unset
}
.sige_single{
    list-style-type:none
}
.sige .sige_clr,.sige_masonry .sige_clr{
    clear:both
}
.sige_js_title{
    font-style:italic
}
.sige_hidden{
    display:none
}
.sige_thumb{
    margin:10px 10px 0px 10px;
    padding:0;
    display:inherit
}
.sige_thumb img{
    display:inline-block;
    position:relative;
    background:#fff;
    border:1px solid #ccc;
    margin:-5px 5px 5px -5px;
    padding:4px;
    box-shadow:1px 1px 5px #b5b5b5
}
.sige_thumb_masonry{
    padding:0
}
.sige_thumb_masonry img{
    width:100%;
    height:auto
}
.sige_caption{
    margin-left:auto;
    margin-right:auto;
    display:block;
    clear:both
}
.sige_caption_description{
    display:block;
    font-weight:400
}
.sige_small{
    color:#666;
    font-size:92%
}
.sige li,.sige_masonry li{
    margin:0;
    overflow:visible;
    background-image:none;
    padding:0
}
.sige_css_image{
    position:relative;
    z-index:0
}
.sige_css_image:hover{
    background-color:transparent;
    z-index:50;
    direction:ltr
}
.sige_css_image span{
    position:absolute;
    background-color:#fff;
    padding:5px;
    left:-1000px;
    border:1px solid #ccc;
    visibility:hidden;
    color:#000;
    text-decoration:none
}
.sige_css_image span img{
    border-width:0;
    padding:2px;
    margin:0
}
.sige_css_image:hover span{
    visibility:visible;
    top:30px;
    left:30px;
    width:600px
}
@media (max-width:1200px){
    .sige_masonry_column{
        -moz-column-count:4;
        -webkit-column-count:4;
        column-count:4
    }
}
@media (max-width:1000px){
    .sige_masonry_column{
        -moz-column-count:3;
        -webkit-column-count:3;
        column-count:3
    }
}
@media (max-width:800px){
    .sige_masonry_column{
        -moz-column-count:2;
        -webkit-column-count:2;
        column-count:2
    }
}
@media (max-width:400px){
    .sige_masonry_column{
        -moz-column-count:1;
        -webkit-column-count:1;
        column-count:1
    }
}
.sige_action_button{
    margin-left:5px
}
div.sige_preview_image{
    background-color:#000
}
span.sige_preview_image{
    position:relative
}
div.sige_preview_image img{
    filter:opacity(40%)
}
.sige_preview_image_overlay{
    background-color:#000;
    top:50%;
    width:100%;
    height:100%;
    margin:-4px;
    filter:opacity(60%)
}
.sige_preview_image_count{
    top:50%;
    color:#fff;
    font-size:250%;
    font-weight:700;
    margin:-5px
}
.slideshow-container{
    position:relative;
    width:100%;
    max-width:100%;
    overflow:hidden;
    height:350px;
    margin:20px 0
}
.sige_slideshow_single{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity 2s ease-in-out;
    background-size:cover;
    background-position:center;
    overflow:hidden
}
.sige_slideshow_single.showing{
    opacity:1;
    z-index:1
}
.sige_slideshow_single img{
    width:100%;
    height:100%;
    object-fit:contain
}
.nav-button{
    position:absolute;
    top:50%;
    background:rgba(0,0,0,.4);
    color:#fff;
    padding:10px;
    cursor:pointer;
    opacity:0;
    transition:opacity .3s
}
.slideshow-container:hover .nav-button{
    opacity:1
}
.nav-button.slideshow_prev{
    left:0;
    z-index:1
}
.nav-button.slideshow_next{
    right:0;
    z-index:1
}
 