

/* Start:/local/templates/vkk/components/vkk/news.list/gallery/style.css?1723127793626*/
.photo-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.photo-item {
    aspect-ratio: 1 !important;
    width: 310px;
    max-width: 310px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.album-title {
    font-size: 32px !important;
    text-transform: uppercase;
    color: var(--text-dark);
}

.photo-item img {
    width: 100%;
    height: 100%;
}
/* Media query for responsiveness */
@media (max-width: 768px) {
    .photo-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* End */
/* /local/templates/vkk/components/vkk/news.list/gallery/style.css?1723127793626 */
