.flext-lightbox-gallery {
    z-index: 99999
}

.flext-lightbox-gallery .pswp__caption__center {
    font-size: 1.6rem;
    max-width: 76.8rem;
    text-align: center
}

.flext-lightbox-gallery .pswp__bg {
    opacity: .85 !important
}

.flext-lightbox-gallery .pswp__ui--fit .pswp__top-bar {
    align-items: center;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 5px;
    display: flex;
    left: auto;
    right: 5px;
    top: 5px;
    width: auto
}

.flext-lightbox-gallery .pswp__counter {
    position: relative
}

.flext-lightbox-gallery .pswp__ui--fit .pswp__caption {
    background-color: transparent
}

.flext-lightbox-gallery .pswp__button:before {
    align-items: center;
    display: inline-flex;
    font-family: flextension, sans-serif;
    justify-content: center
}

.flext-lightbox-gallery .pswp__button--arrow--left, .flext-lightbox-gallery .pswp__button--arrow--right {
    border-radius: 50%;
    font-size: 1.8rem;
    height: 4rem;
    width: 4rem
}

.flext-lightbox-gallery .pswp__button--arrow--left:before, .flext-lightbox-gallery .pswp__button--arrow--right:before {
    background: none;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.flext-lightbox-gallery .pswp__button--arrow--left:before {
    content: "\e912"
}

.flext-lightbox-gallery .pswp__button--arrow--right:before {
    content: "\e913"
}

.flext-lightbox-gallery .pswp__button--close {
    order: 5
}

.flext-lightbox-gallery .pswp__button--share {
    order: 4
}

.flext-lightbox-link {
    display: block;
    position: relative
}

.flext-lightbox-link:before {
    content: "";
    display: none
}

.flext-lightbox-link:after, .flext-lightbox-link:focus:before, .flext-lightbox-link:hover:before {
    display: inline-block;
    position: absolute
}

.flext-lightbox-link:after {
    background: #161616;
    border-radius: 50%;
    color: #fff;
    content: "\e900";
    font-family: "Times New Roman", Georgia, serif;
    font-size: 2rem;
    height: 4rem;
    left: 50%;
    line-height: 4rem;
    opacity: 0;
    text-align: center;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
    width: 4rem;
    z-index: 9
}

.flext-lightbox-external:after {
    content: "\e901"
}

.flext-lightbox-zoom:after {
    content: "\e902"
}

.flext-lightbox-link:focus:after, .flext-lightbox-link:hover:after {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1)
}

@media (min-width: 1024px) {
    .flext-lightbox-gallery .pswp__caption__center {
        padding: 2rem 0
    }

    .flext-lightbox-gallery .pswp__button--arrow--left, .flext-lightbox-gallery .pswp__button--arrow--right {
        font-size: 3rem;
        height: 5rem;
        width: 5rem
    }
}