.vgsa2-wrapper{
    width:100%;
    overflow-x:auto;
    white-space:nowrap;
    padding-bottom:15px;
    scroll-behavior:smooth;
}
.vgsa2-row{
    display:flex;
    gap:15px;
}
.vgsa2-item{
    flex:0 0 auto;
    width:260px;
    display:flex;
    flex-direction:column;
    cursor:pointer;
}

.vgsa2-thumb{
    position:relative;
}
.vgsa-thumb-img{
    width:100%;
    height:150px;
    border-radius:10px;
    object-fit:cover;
}
.vgsa-play-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:45px;
    color:white;
    text-shadow:0 0 10px black;
    pointer-events:none;
}

/* ALT BAŞLIK BEYAZ ZEMİN */
.vgsa2-title{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:14px;
    font-weight:600;
    color:#222;
    background:#fff;
    padding:6px;
    border-radius:0 0 8px 8px;
    text-align:center;
}

/* POPUP PENCERE */
.vgsa-popup{
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    justify-content:center;
    align-items:center;
    z-index:999999;
}
.vgsa-popup-bg{
    position:absolute;
    width:100%; height:100%;
    background:rgba(0,0,0,.75);
}
.vgsa-popup-inner{
    position:relative;
    width:90%;
    max-width:900px;
}
#vgsa-popup-video{
    width:100%;
    height:500px;
    border-radius:10px;
}
.vgsa-close{
    position:absolute;
    top:-40px;
    right:0;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}