.epg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.epg-album {
    text-align: center;
}
.epg-album img.epg-thumb {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.epg-photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}
.epg-photos img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.epg-filter {
    margin-bottom: 20px;
}
