﻿
.vimeo-card-inner {
    position: relative;
    display: block;
    width: 360px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    font-family: sans-serif;
}

    .vimeo-card-inner img {
        width: 100%;
        display: block;
    }

    /* Play button overlay */
    .vimeo-card-inner::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
        transform: translate(-50%, -50%);
        background: rgba(0,0,0,0.55);
        clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
        border-radius: 8px;
    }
.vimeo-title {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: black;
    background-color: rgb(243, 243, 243);
}