.VideoCard_card__mERGM{width:100%;aspect-ratio:16/9;max-width:calc(16/9 * 70vh);max-height:70vh;position:relative;border-radius:6px;box-shadow:0 3px 6px rgba(255,0,0,.2),0 3px 6px rgba(255,0,0,.3);overflow:hidden;cursor:pointer}.VideoCard_overlay___VA36{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at var(--x) var(--y),rgba(255,204,0,.4) 0,rgba(255,0,0,.2) 50%);opacity:0;transition:opacity .3s ease-out;display:flex;justify-content:center;align-items:center}.VideoCard_card__mERGM:hover .VideoCard_overlay___VA36{opacity:1}.VideoCard_playButton__hGwYS{background-color:rgba(255,0,0,.7);border-radius:50%;padding:10px;transition:transform .3s ease-out;border:2px solid rgba(255,204,0,.8)}.VideoCard_card__mERGM:hover .VideoCard_playButton__hGwYS{transform:scale(1.1)}@media (max-width:768px){.VideoCard_card__mERGM{max-width:100%}}