.pswp__caption__center {
    position: fixed;
    bottom: 20px;
    max-width: 80%;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.7);
}
.pswp__caption.pswp__caption {
    background-color: rgba(0, 0, 0, 0.0);
    height: 0
}
div#photoswipe_title {
    font-family: 'Sans-Serif';
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
}

div#photoswipe_description {
    font-family: 'Sans-Serif';
    font-size: 12px;
    color: white;
}


@media screen and (min-width: 1024px) {
    div#photoswipe_title {
        font-family: 'Offset';
        font-size: 14px;
        color: white;
        margin-bottom: 5px;
    }
    
    div#photoswipe_description {
        font-family: 'Offset';
        font-size: 12px;
        color: white;
    }
}