.clip-item {
    cursor: pointer;
}

.modal-container {
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}

.hidden-clip {
    display: none;
}