﻿
.pics-gallery .pic-source {
    width: auto;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.pics-gallery-fullscreen .pic-source {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.pics-gallery-fullscreen {
    display: none;
    position: fixed;
    padding: 1%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161418;
    z-index: 99;
}



.pics-gallery-fullscreen .swiper-container {
    height: 100%;
}

.pics-gallery-fullscreen .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
