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