.gallery-container{margin:32px 16px}.gallery-content{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center}.gallery-title{width:100%;text-align:center;color:#fff;font-size:32px;font-weight:700;background-color:#ff5622;margin:0 32px;padding:16px;border-radius:8px}.gallery-divider{width:100%;height:1px;background-color:#ccc;margin:32px}.image-box,.video-box{width:400px;height:400px;background-color:#000;cursor:pointer}.video-box{overflow:hidden}.video-box:hover{box-shadow:10px 10px 12px rgba(50,50,50,.35)}.image-box img,.video-box video{width:100%;height:100%;object-fit:contain}.image-box{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:10px;position:relative}.image-overlay{position:absolute;width:100%;height:100%;background-color:rgba(50,50,50,.5);border-radius:10px;transition:.3s linear;opacity:0}.image-box:hover .image-overlay{opacity:1}.image-overlay:hover .search-icon{animation:.3s forwards drop}@media only screen and (max-width:800px){.gallery-title{font-size:24px;padding:12px}.image-box,.video-box{width:150px;height:150px}.search-icon svg{width:50px;height:50px;fill:#ff5622}}