.gallery2-page #galeria{
  width:auto;
  max-width:none;
  margin:0;
  padding:28px 16px 60px;
}
.gallery2-page #galeria h2{
  margin:28px 0 6px;
  color:var(--yellow);
  font-size:24px;
  line-height:1.1;
}
.gallery2-page #galeria p{
  margin:0 0 16px;
  color:#d8d8d8;
  font-size:14px;
  line-height:1.4;
}
.gallery2-page .album-covers-row .item{
  flex:0 0 400px;
  width:400px;
  height:400px;
}
.gallery2-page .album-covers-row .item img{
  width:400px;
  height:400px;
  aspect-ratio:1/1;
  object-fit:cover;
}
@media(max-width:440px){
  .gallery2-page .album-covers-row .item{
    flex-basis:calc(100vw - 32px);
    width:calc(100vw - 32px);
    height:calc(100vw - 32px);
  }
  .gallery2-page .album-covers-row .item img{
    width:100%;
    height:100%;
  }
}
