
RENTAL Martin MAC Quantum Wash
#gallery11 .image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; } #gallery11 .image-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; cursor: pointer; transition: transform 0.3s ease; } #gallery11 .image-grid img:hover { transform: scale(1.05); } #gallery11 .lightbox-gallery { display: none; position: fixed; z-index: 9999; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.9); justify-content: center; align-items: center; flex-direction: column; } #gallery11 .lightbox-gallery img { max-width:90%; max-height:80%; border-radius:8px; } #gallery11 .lightbox-gallery.active { display:flex; } #gallery11 .lightbox-close, #gallery11 .lightbox-prev, #gallery11 .lightbox-next { position:absolute; color:#fff; font-size:40px; font-weight:bold; text-decoration:none; curs