.fotografias_grelha { border-top: 3px solid #fff; grid-gap: 3px;

display: grid;

grid-template-columns: repeat(auto-fill,minmax(17%,1fr));

box-sizing: border-box;  }

.fotografias_grelha figure {  position: relative; overflow: hidden;margin: 0; padding: 0;}

.fotografias_grelha figure img {     display: block;object-fit: cover; width: 100%; height: 100%;transition: transform .2s ease-in-out;}

.fotografias_grelha figure:nth-child(18n) {    grid-row: span 2;     grid-column: span 2;}

.fotografias_grelha figure:nth-child(6n) {   grid-column: span 2;}

.fotografias_grelha figure:nth-child(11n) {   grid-row: span 2;}


.fotografias_grelha figure:hover img { transform: scale(1.1); }

.fotografias_grelha figure figcaption { display: none; }
@media(min-width:1000px) {
.fotografias_grelha figure figcaption { display: block;
content: "";
background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.9) 100%);
position: absolute;
width: 100%;
left: 0;
bottom: 0; padding: 15px; box-sizing: border-box;
}
.fotografias_grelha figure figcaption .submitted {  line-height: 90%; color: #fff; margin: 0;font-weight: 400;
font-size: .58em; }
.fotografias_grelha figure figcaption p { line-height: 120%; margin: 0;
color: #fff;
font-weight: bold;
font-size: .9em;
font-family: var(--tipo-letra-secundario); }

}
