
/* v52a – veřejný detail reference: galerie připravená na 35 fotek */
html body .reference-gallery--lux{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

html body .reference-gallery--lux figure{
  display:block!important;
  margin:0!important;
}

html body .reference-gallery--lux img{
  width:100%!important;
  height:100%!important;
  min-height:220px!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
}

@media(max-width:900px){
  html body .reference-gallery--lux{
    grid-template-columns:1fr 1fr!important;
  }
}

@media(max-width:640px){
  html body .reference-gallery--lux{
    grid-template-columns:1fr!important;
  }
}
