.gallery_album_view {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery_album_view .images {
    gap: 15px;
    max-width: 95%;
    margin-top: 40px;
    columns: 5 340px;
}

.gallery_album_view .images .card {
    list-style: none;
    margin-bottom: 14px;
    border-radius: 4px;
    border-width: 0px;
}

.gallery_album_view .images img{
    width: 100%;
}

.gallery_album_view .load-more {
    
}