.clip-wrapper {
    position: relative;
    width: 320px;
    margin-bottom: 30px;
}


/* =========================
   VIDEO
   ========================= */

.clip-video {
    display: block;
    width: 320px;
    height: 180px;

    object-fit: cover;

    background: #000;
    border-top-left-radius:10px; 
    border-top-right-radius:10px; 
}


/* =========================
   LOGIN OVERLAY
   ========================= */

.clip-login-overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 200px;

    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;

    backdrop-filter: blur(10px);
}


/* =========================
   META
   ========================= */

.clip-meta {
    margin-top: 10px;

    font-size: 11px;

    color: rgba(255, 255, 255, .4);
}