
/* Styles for the Show Less button at the bottom */
.show-less-btn {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.collab-photo-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.collab-photo-item:hover video {
    transform: scale(1.1);
}
