.pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.pswp-thumb {
    max-width: 180px;
    max-height: 150px;
    border: 4px solid black;
    border-collapse: collapse;
    margin: 4px;
}

@media (max-width: 767px) {
    .pswp__button--zoom {
        display: none !important;
        visibility: hidden !important;
    }

    .pswp__button--download-button {
        width: 100px !important;
        height: 120px !important;
    }
}
