.vg-video-card { width: 100%; }

.vg-video-card .video-wrapper{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
}

.vg-video-card .video-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vg-video-card .video-wrapper iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.vg-video-card .play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(174, 42, 61, 0.7);
    color: #fff;
    font-size: 24px;
    border: 0;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
}

.vg-video-card .vg-watch-link{
    position: absolute;
    inset: 0;
    z-index: 1;
    text-decoration: none;
}

.vg-video-card .vg-caption{
    margin-top: 10px;
    font-weight: 600;
}
