.galleryBig{
    width: 1015px;
    height: 676px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 5px;
    overflow: hidden;
}

.galleria-theme-classic .galleria-stage
{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallerySpacer
{
    margin-bottom: 25px;
}

.galleria-info{
    left: 0 !important;
}

.captionjs.stacked figcaption {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    border: none;
    height: 25px;
    padding: 7px 10px;
}
.galleryBig ul
{
    overflow: hidden;
}


.galleryBig ul li span
{
    width: 100%;
    height: 25px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    z-index: 2;
    padding: 5px 10px;
    bottom: 0px;
    left: 0;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -15px;
    z-index: 8050;
    text-align: left;
}

.galleryBig.loading
{
    z-index: 100;
    background: #000;
}