/* Reálne fotografie v sekcii Zo štúdia. */
.studio-grid .gallery-photo{
  height:auto;
  aspect-ratio:5 / 6;
  background:#faf6f1;
}

.studio-grid .gallery-photo img{
  width:100%;
  height:100%;
  padding:0;
  background:#faf6f1;
}

.studio-grid .gallery-photo:nth-child(1) img{object-fit:contain;object-position:50% 50%}
.studio-grid .gallery-photo:nth-child(2) img{object-fit:contain;object-position:50% 50%}
.studio-grid .gallery-photo:nth-child(3) img{object-fit:contain;object-position:50% 50%}
.studio-grid .gallery-photo:nth-child(4) img{object-fit:contain;object-position:50% 50%}
.studio-grid .gallery-photo:nth-child(5) img{object-fit:contain;object-position:50% 50%}
.studio-grid .gallery-photo:nth-child(6) img{object-fit:contain;object-position:50% 50%}

@media(max-width:1279px){
  .studio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:720px){
  .studio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .studio-grid .gallery-photo{aspect-ratio:5 / 6}
}
