@keyframes shake{0%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}to{transform:rotate(-10deg)}}#VideoCard{background-color:#fff;border-radius:10px;flex-direction:column;align-items:center;max-width:100%;min-height:182.81px;margin:0 20px;display:flex;box-shadow:0 3px 6px #00000029}@media (width>=640px){#VideoCard{border-radius:20px;flex-direction:row;width:calc(100% - 50px);max-width:892px;min-height:237px}}#VideoCard .video-frame{border-radius:10px;flex-shrink:0;width:100%;height:237px}@media (width>=640px){#VideoCard .video-frame{border-radius:20px;max-width:422px;height:200px;min-height:237px}}#VideoCard .des-layout{color:#161616;border-radius:0 0 10px 10px;width:100%;padding:15px 20px 20px}@media (width>=640px){#VideoCard .des-layout{max-width:400px;margin:25px 40px;padding:0}}#VideoCard .des-layout h2{text-align:center;padding:0 0 10px;font-size:24px;font-weight:700;line-height:1.3em}@media (width>=640px){#VideoCard .des-layout h2{text-align:left}}#VideoCard .des-layout p{margin-bottom:10px;font-size:16px}#VideoCard .des-layout .des{flex-direction:column;gap:10px;display:flex}
