.video-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px;}.video-wrapper{width:100%;height:auto;}video{width:100%;height:auto;border-radius:8px;}@media (max-width:768px){.video-gallery{grid-template-columns:1fr}}