.exhibition-reading-mosaic{position:absolute;inset:0;z-index:-2;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:3px;background:#173b5b}
.exhibition-reading-mosaic img{display:block;width:100%;height:100%;min-height:0;object-fit:cover}
.exhibition-reading-hero::before{background:linear-gradient(90deg,rgba(4,29,56,.65),rgba(4,29,56,.88) 50%,rgba(4,29,56,.65))}
@media(max-width:700px){.exhibition-reading-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))}.exhibition-reading-mosaic img:nth-child(n+10){display:none}}
