.video-gallery{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:20px 0}.video-item{width:400px;cursor:pointer;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.25);transition:transform 0.3s ease}.video-item:hover{transform:scale(1.05)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}#videoModal{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);justify-content:center;align-items:center}#videoModal.show{display:flex}.modal-content{position:relative;max-width:800px;width:90%}.modal-content iframe{width:100%;height:450px;border-radius:12px}.close-modal{position:absolute;top:-40px;right:-40px;font-size:40px;color:white;cursor:pointer}&times;