﻿.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.gallery>figure.gallery-item {
    width: 50%;
    margin: 0;
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}

.gallery figure.gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

@media print,
screen and (min-width: 64em) {
    .gallery>figure.gallery-item {
        width: 25%;
    }
}

/*.pswp .fas.fa-times {*/
/*    font-size: 1.7rem;*/
/*}*/

/*.pswp i {*/
/*    color: var(--white-color);*/
/*    pointer-events: none;*/
/*}*/

/*.pswp__button--arrow--left:before,*/
/*.pswp__button--arrow--right:before {*/
/*    content: none !important;*/
/*}*/

/*.pswp--has_mouse .pswp__button--arrow--left,*/
/*.pswp--has_mouse .pswp__button--arrow--right {*/
/*    background-color: rgba(0, 0, 0, 0.3);*/
/*}*/