body.pswp-open {
    filter: blur(5px);
}

.pswp {
    filter: none !important;
}

.pswp__bg {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.pswp__caption {
    text-align: center;
    padding: 20px;
    background-color: inherit !important;
    color: white;
    font-size: 16px;
    line-height: 1.5;
}

.pswp__caption__center {
    max-width: 800px;
    margin: 0 auto;
}

.pswp__dynamic-caption.pswp__hide-on-close {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: none !important;
}

.pswp__dynamic-caption.pswp__dynamic-caption--faded {
    opacity: 1 !important;
}

a[data-lbwps-width] {
    position: relative;
    display: inline-block;
}

a[data-lbwps-width]::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url('../images/zoom-icon.svg');
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    pointer-events: none;
    z-index: 10;
}

a[data-lbwps-width]:hover {
   border: 1px solid #274888;
}
