/* Dual-mode fork of gallery_medium.css — scoped under #gallery-mode. Used by index.php. */
/* Responsive adjustments for medium-sized screens (<= 900px width) */

#gallery-mode .gallery-grid {
    width: 100%;
    max-width: 100%;
  }

  
#gallery-mode .thumb {
    width: 70px;
    height: 70px;
    transform: scale(1.5);           /* maintain 150% scale on smaller thumbs */
  }

  
#gallery-mode .thumb:hover {
    transform: scale(1.59);
  }

  
#gallery-mode .gallery-container {
  overflow: visible;
}

  