.photo-gallery-box-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 100%);
}

#photo-gallery-box-carousel-inner-container {
    width: 100%;
    height: 490px;
    max-width: 803px;/**/
    background: #000;
    margin-bottom: 24px;
}

#photo-gallery-box-carousel-container .swiper-slide{
    position: relative;
}

#photo-gallery-box-carousel-container .swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 490px;
}

#photo-gallery-box-carousel-container .swiper-slide h2{
    position: absolute;
    bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 24px;
    /*background: #003067;*/
    color: #fff;
    padding-bottom: 8px;
    /*text-transform: uppercase;*/
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
}

#photo-gallery-box-carousel-container .swiper-pagination-bullet {
    background: #fff;
}

#photo-gallery-box-carousel-container .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 24px;
}

/*
@media screen and (max-width: 576px) {
    #photo-gallery-box-carousel-container .swiper-slide h2{
        font-size: 16px;
    }

    #photo-gallery-box-carousel-container {
        height: 215px;
    }
}*/