.kf-project-gallery{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin:0}.kf-gallery-image{width:100%;overflow:hidden;border-radius:10px;background:#f5f5f5}.kf-gallery-image a{display:block;width:100%}.kf-gallery-image img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;transition:transform 0.4s ease}.kf-gallery-image:hover img{transform:scale(1.02)}.kf-gallery-video{width:100%;overflow:hidden;border-radius:10px;background:#000}.kf-video-wrapper{position:relative;width:100%;overflow:hidden;background:#000}.kf-gallery-video video{display:block;width:100%;height:auto;max-width:100%;background:#000}.kf-video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,0.65);display:flex;align-items:center;justify-content:center;pointer-events:none;transition:opacity 0.3s ease}.kf-video-play-icon span{color:#fff;font-size:25px;line-height:1;margin-left:4px}.kf-gallery-video:hover .kf-video-play-icon{opacity:0}@media (max-width:980px){.kf-project-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (max-width:767px){.kf-project-gallery{grid-template-columns:1fr;gap:20px}}