.custom-video-gallery h3{font-size:20px;line-height:30px}.custom-video-gallery{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.video-item{text-align:center;width:calc(33.333% - 20px)}.video-item img{border-radius:8px;width:100%}@media (max-width:768px){.video-item{width:100%}}.modal-overlay{align-items:center;background:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:10px;max-width:600px;padding:20px;position:relative;text-align:center;width:80%}.close-modal{color:#333;cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}.video-container iframe{height:315px;width:100%}