/* Gallery: two columns, preserving a spacious portrait presentation. */
.sigplus-gallery>ul{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:520px){.sigplus-gallery>ul{grid-template-columns:1fr}}
