.pswp__custom-caption{
    position: fixed;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    width: min(900px, calc(100vw - 80px));
    padding: 0;
    margin: 0;
    z-index: 999999; /* brute force */
    color: white; /*rgba(40,40,40,0.78);*/
    font-size: 12px;
    line-height: 1.35;
    pointer-events: none;
}

.pswp__cc-count{
    font-weight: 600;
    margin-right: 10px;
    color: rgba(40,40,40,0.88);
}