/* -----------------------------------------------------------------------------
- GALLERY page start ==========================================================
------------------------------------------------------------------------------*/
/*.scrolling-gallery {
    padding-top: 150px;
}
.scrolling-gallery .custom-page {
    padding: 20px;
}
.scrolling-gallery .text-content {
    position: relative;
    display: block;
    padding-top: 20px;
}
.scrolling-gallery .text-content h2 {
    color: #beb779;
    font-size: 44px;
    position: relative;
    margin-bottom: 30px;
    font-weight: normal;
}
.scrolling-gallery .text-content h2::after {
    content: "";
    height: 4px;
    width: 63px;
    background: #beb779;
    position: absolute;
    left: 0;
    bottom: -20px;
}*/
.gallery .custom-page {
    z-index: 10;
}
.gallery-page {
    max-width: 1200px;
    margin: auto;
}
.my-gallery {
    width: 100%;
    float: left;
}
.my-gallery img {
    width: 100%;
    height: auto;
}
.my-gallery figure {
    display: block;
    float: left;
    margin: 10px;
    width: 280px;
}
.my-gallery figcaption {
    display: none;
}
.my-gallery {
    display: block;
    flex-wrap: nowrap;
    overflow-x: auto;
    verflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10;
}
figure {
    flex: 0 0 auto;
}
.my-gallery figure a {
    width: 100%;
    height: 350px;
    display: block;
    text-decoration: none;

}
.my-gallery figure a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    margin-top: 50px;
    z-index: 100;
}
.pswp__caption {
    display: none;
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 70px;
    height: 44px;
    width: 100%;
    opacity: 1;
}
.pswp__button--share {
    display: none;
}
@media (max-width: 1200px) {
    .gallery-page {
        max-width: 996px;
        margin: auto;
    }
    .my-gallery figure {
        margin: 10px;
        width: 312px;
    }
}
@media (max-width: 966px) {
    .gallery-page {
        max-width: 768px;
        margin: auto;
    }
    .my-gallery figure {
        margin: 10px;
        width: 236px;
    }
    .my-gallery figure a {
        height: 300px;
    }
}
@media (max-width: 768px) {
    .gallery-page {
        max-width: 340px;
        margin: auto;
    }
    .my-gallery figure {
        margin: 10px;
        width: 150px;
    }
    .my-gallery figure a {
        height: 200px;
    }
    .pswp__item {
        margin-top: 0px
    }
    .pswp__container, .pswp__zoom-wrap {
        top: 10px;
    }
}
/* ------------ / GALLERY page end ------------------------------------------ */

