.gallerie figure a{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);border:solid 2px #d15515;width:100%;height:100%;text-decoration:none;color:inherit}.gallerie{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(12.5rem,1fr));grid-auto-rows:12.5rem;grid-auto-flow:dense;margin:0 -0.375rem}.gallerie>*{padding:0.375rem}.gallerie figure{display:block;overflow:hidden}.gallerie img{max-width:100%;border:none;width:100%;height:100%;object-fit:cover;grid-area:1 / 1 / -1 / -1;transition:transform 1s ease-in-out}.gallerie figure:hover img{transform:scale(1.125)}.gallerie figcaption{grid-area:1 / 1 / -1 / -1;align-self:end;z-index:1;padding:3em 15% 1em 1em;color:#fff;font-size:0.875rem;line-height:1.3;background:linear-gradient(transparent 25%,rgb(0 0 0 / 0.75))}.gallerie figure a h3{color:white;font-weight:bold}.gallerie figure a p{color:#d15515}.gallerie figure h3{color:white;font-weight:bold}.gallerie figure p{color:#d15515}.main{grid-column:main;padding:1.25rem}.gallerie figcaption h3{font-size:1.0625rem}.gallerie figcaption p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (min-width:600px){.gallerie figure:nth-child(1){grid-area:span 2 / span 2}.gallerie figure:nth-child(4n+1){grid-row:span 2}.gallerie figure:nth-child(4n+2){grid-column:span 2}h3{color:#000}}