.eventGallerySwiper{
    position:relative;
}
.eventGallerySwiper .gallery_holder:before,
.eventGallerySwiper .gallery_holder:after{
    content:'';
    position:absolute;
    top:0;
    background-color: rgba(255,255,255,.8);
    width: calc( (100% - 1080px) / 2 );    
    height: calc( 100% + 40px );
    margin-top: -20px;
    -webkit-filter: blur(5px);
    filter: blur(5px); 
    z-index: 50;
}
.eventGallerySwiper .gallery_holder:before{
    left:0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)) 60% , to(rgba(255,255,255,0.8) 100% ) );
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 60% , rgba(255,255,255,0.8) 100% );
    background: -o-linear-gradient(left, rgba(255,255,255,1) 60% , rgba(255,255,255,0.8) 100% );
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(255,255,255,1)) , to(rgba(255,255,255,0.8)) );
    background: linear-gradient(to right, rgba(255,255,255,1) 60% , rgba(255,255,255,0.8) 100% );
    margin-left: -10px;
} 
.eventGallerySwiper .gallery_holder:after{
    right:0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)) 60% , to(rgba(255,255,255,0.8) 100% ) );
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 60% , rgba(255,255,255,0.8) 100% );
    background: -o-linear-gradient(right, rgba(255,255,255,1) 60% , rgba(255,255,255,0.8) 100% );
    background: -webkit-gradient(linear, right top, left top, color-stop(60%, rgba(255,255,255,1)) , to(rgba(255,255,255,0.8)) );
    background: linear-gradient(to left, rgba(255,255,255,1) 60% , rgba(255,255,255,0.8) 100% );
    margin-right: -10px;
} 

.eventGallerySwiper.eventGallerySwiperWithoutBlurs .gallery_holder:after,
.eventGallerySwiper.eventGallerySwiperWithoutBlurs .gallery_holder:before{
    display: none;
}

.eventGallerySwiper .swiper-container {
    width: 100%;
    height: 100%;
}
.eventGallerySwiper .swiper-container .swiper-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.eventGallerySwiper .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} 

#event-body .sbcbof-about-row .biggerFontContainer p{
    font-size: 20px;
    font-weight: 700;
}

/* If has pagination */
.swiperWithPagination .gallery_holder{
    padding-bottom: 40px;
}
.eventGallerySwiper.hideGalleryTitle .gallery_title{
    display:none;
} 
.eventGallerySwiper .gallery_title{
    text-align:center;
}

@media only screen and (max-width: 1000px) {

    .eventGallerySwiper.swiperWithPagination .swiper-container .swiper-wrapper.gallery_inner_swiper .swiper-slide {
        margin-right: 13px !important;
    }

}